Skip to content

Commit 7323513

Browse files
slattarinigitster
authored andcommitted
obstack: fix spelling of similar
Noticed using Lucas De Marchi's codespell tool. Signed-off-by: Stefano Lattarini <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]> Acked-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d0008b3 commit 7323513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/obstack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ extern "C" {
128128

129129
#define __BPTR_ALIGN(B, P, A) ((B) + (((P) - (B) + (A)) & ~(A)))
130130

131-
/* Similiar to _BPTR_ALIGN (B, P, A), except optimize the common case
131+
/* Similar to _BPTR_ALIGN (B, P, A), except optimize the common case
132132
where pointers can be converted to integers, aligned as integers,
133133
and converted back again. If PTR_INT_TYPE is narrower than a
134134
pointer (e.g., the AS/400), play it safe and compute the alignment

0 commit comments

Comments
 (0)