diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bcheck.c b/lib/bcheck.c index d70e657..8313098 100644 --- a/lib/bcheck.c +++ b/lib/bcheck.c @@ -81,7 +81,7 @@ void __bound_new_region(void *p, size_t size); int __bound_delete_region(void *p); #ifdef __attribute__ - /* __attribute__ is redifened in system headers */ + /* an __attribute__ macro is defined in the system headers */ #undef __attribute__ #endif #define FASTCALL __attribute__((regparm(3))) |
