Skip to content

Commit 619cbc0

Browse files
algonellgitster
authored andcommitted
refs: fix typos
Fix typos in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ce42f57 commit 619cbc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

refs.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ enum ref_storage_format ref_storage_format_by_name(const char *name);
1515
const char *ref_storage_format_to_name(enum ref_storage_format ref_storage_format);
1616

1717
/*
18-
* Resolve a reference, recursively following symbolic refererences.
18+
* Resolve a reference, recursively following symbolic references.
1919
*
2020
* Return the name of the non-symbolic reference that ultimately pointed
2121
* at the resolved object name. The return value, if not NULL, is a
@@ -487,7 +487,7 @@ int refs_delete_reflog(struct ref_store *refs, const char *refname);
487487
* from UTC. Its absolute value is formed by multiplying the hour
488488
* part by 100 and adding the minute part. For example, 1 hour ahead
489489
* of UTC, CET == "+0100", is represented as positive one hundred (not
490-
* postiive sixty).
490+
* positive sixty).
491491
*
492492
* The msg parameter is a single complete line; a reflog message given
493493
* to refs_delete_ref, refs_update_ref, etc. is returned to the
@@ -978,7 +978,7 @@ struct ref_store *get_worktree_ref_store(const struct worktree *wt);
978978

979979
/*
980980
* Some of the names specified by refs have special meaning to Git.
981-
* Organize these namespaces in a comon 'ref_namespace' array for
981+
* Organize these namespaces in a common 'ref_namespace' array for
982982
* reference from multiple places in the codebase.
983983
*/
984984

0 commit comments

Comments
 (0)