nsswitch: Fix code spelling
[samba.git] / nsswitch / winbind_nss_linux.c
index 4694f25d7ed321fe4e99cb7b1332b74c1797094c..0c16234d864ba9ab3130475c46cabea9b0c7cb35 100644 (file)
@@ -299,7 +299,7 @@ static NSS_STATUS fill_grent(struct group *result, struct winbindd_gr *gr,
 
        /* this next value is a pointer to a pointer so let's align it */
 
-       /* Calculate number of extra bytes needed to align on pointer size boundry */
+       /* Calculate number of extra bytes needed to align on pointer size boundary */
        if ((i = (unsigned long)(*buffer) % sizeof(char*)) != 0)
                i = sizeof(char*) - i;