We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0008b3 commit 7323513Copy full SHA for 7323513
compat/obstack.h
@@ -128,7 +128,7 @@ extern "C" {
128
129
#define __BPTR_ALIGN(B, P, A) ((B) + (((P) - (B) + (A)) & ~(A)))
130
131
-/* Similiar to _BPTR_ALIGN (B, P, A), except optimize the common case
+/* Similar to _BPTR_ALIGN (B, P, A), except optimize the common case
132
where pointers can be converted to integers, aligned as integers,
133
and converted back again. If PTR_INT_TYPE is narrower than a
134
pointer (e.g., the AS/400), play it safe and compute the alignment
0 commit comments