=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/memrchr.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/sudo/Attic/memrchr.c 2007/07/26 16:10:16 1.1 +++ src/usr.bin/sudo/Attic/memrchr.c 2007/11/27 16:22:14 1.2 @@ -27,7 +27,7 @@ /* * Reverse memchr() - * Find the last occurence of 'c' in the buffer 's' of size 'n'. + * Find the last occurrence of 'c' in the buffer 's' of size 'n'. */ VOID * memrchr(s, c, n)