Spelling fixes in public headers

This commit is contained in:
Maarten Bosmans 2011-08-24 18:24:45 +02:00 committed by Colin Guthrie
parent 460a24778b
commit 231645d4fc
10 changed files with 39 additions and 39 deletions

View file

@ -119,7 +119,7 @@
#ifndef PA_GCC_WEAKREF
#if defined(__GNUC__) && defined(__ELF__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ > 1)) || (__GNUC__ > 4))
/** Macro for usgae of GCC's weakref attribute */
/** Macro for usage of GCC's weakref attribute */
#define PA_GCC_WEAKREF(x) __attribute__((weakref(#x)));
#endif
#endif