Skip to content

Commit

Permalink
obstack: fix spelling of similar
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
slattarini authored and gitster committed Apr 12, 2013
1 parent d0008b3 commit 7323513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/obstack.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ extern "C" {

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

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

0 comments on commit 7323513

Please sign in to comment.