@@ -169,7 +169,7 @@ GIT_EXTERN(int) git_reference_symbolic_create(git_reference **out, git_repositor
169169 *
170170 * The message for the reflog will be ignored if the reference does
171171 * not belong in the standard set (HEAD, branches and remote-tracking
172- * branches) and and it does not have a reflog.
172+ * branches) and it does not have a reflog.
173173 *
174174 * @param out Pointer to the newly created reference
175175 * @param repo Repository where that reference will live
@@ -206,7 +206,7 @@ GIT_EXTERN(int) git_reference_create(git_reference **out, git_repository *repo,
206206 *
207207 * The message for the reflog will be ignored if the reference does
208208 * not belong in the standard set (HEAD, branches and remote-tracking
209- * branches) and and it does not have a reflog.
209+ * branches) and it does not have a reflog.
210210 *
211211 * It will return GIT_EMODIFIED if the reference's value at the time
212212 * of updating does not match the one passed through `current_id`
@@ -318,7 +318,7 @@ GIT_EXTERN(git_repository *) git_reference_owner(const git_reference *ref);
318318 *
319319 * The message for the reflog will be ignored if the reference does
320320 * not belong in the standard set (HEAD, branches and remote-tracking
321- * branches) and and it does not have a reflog.
321+ * branches) and it does not have a reflog.
322322 *
323323 * @param out Pointer to the newly created reference
324324 * @param ref The reference
0 commit comments