Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
obstack: fix spelling of similar
author
Stefano Lattarini
<stefano.lattarini@gmail.com>
Thu, 11 Apr 2013 22:36:10 +0000
(
00:36
+0200)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 12 Apr 2013 19:23:20 +0000
(12:23 -0700)
Noticed using Lucas De Marchi's codespell tool.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Acked-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/obstack.h
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
d0008b3
)
diff --git
a/compat/obstack.h
b/compat/obstack.h
index d178bd67162fd2b566364ac6dff84cecdcaa9473..ceb4bdbcdd6ed583ab3b7c9cc5d9d2783128dee6 100644
(file)
--- a/
compat/obstack.h
+++ b/
compat/obstack.h
@@
-128,7
+128,7
@@
extern "C" {
#define __BPTR_ALIGN(B, P, A) ((B) + (((P) - (B) + (A)) & ~(A)))
-/* Simil
i
ar 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