X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobstack%2Fobstack.h;h=73ab42524fbde733d583e9fdf217b7aee3de028b;hb=1142f65fdd5ccc3309a3da31fb1a0e7d5d0829fe;hp=206fe55050b4ea73d5266773961ebea587fb5e23;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/obstack/obstack.h b/src/obstack/obstack.h index 206fe5505..73ab42524 100644 --- a/src/obstack/obstack.h +++ b/src/obstack/obstack.h @@ -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