Imported Upstream version 1.6.9p9
[debian/sudo] / memrchr.c
index 9a5cfd0afda503507913ce56dca0eaf697e4990a..7d0554df3e2879863977bb480725c2f2eb796879 100644 (file)
--- a/memrchr.c
+++ b/memrchr.c
@@ -19,7 +19,7 @@
 #include <compat.h>
 
 #ifndef lint
-__unused static const char rcsid[] = "$Sudo: memrchr.c,v 1.1.2.2 2007/06/19 21:00:35 millert Exp $";
+__unused static const char rcsid[] = "$Sudo: memrchr.c,v 1.1.2.3 2007/11/27 17:06:54 millert Exp $";
 #endif /* lint */
 
 #include <sys/types.h>
@@ -27,7 +27,7 @@ __unused static const char rcsid[] = "$Sudo: memrchr.c,v 1.1.2.2 2007/06/19 21:0
 
 /*
  * 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)