]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/nssov/nss-pam-ldapd/attrs.h
ITS#8605 - spelling fixes
[openldap] / contrib / slapd-modules / nssov / nss-pam-ldapd / attrs.h
index 83f1777f22f5ff2693dea810805924f513fd6585..2efedc6aac2bbda9e458831feabedc065d69fa9e 100644 (file)
@@ -26,7 +26,7 @@
 #define GCC_VERSION(major, minor)                                           \
   ((__GNUC__ > (major)) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor)))
 
-/* These are macros to use some gcc-specific flags in case the're available
+/* These are macros to use some gcc-specific flags in case they're available
    and otherwise define them to empty strings. This allows us to give
    the compiler some extra information.
    See http://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html