Fix comment variable name
authorGary Coulbourne <bear@bears.org>
Fri, 2 Oct 2015 02:04:44 +0000 (22:04 -0400)
committerGary Coulbourne <bear@bears.org>
Fri, 2 Oct 2015 02:04:44 +0000 (22:04 -0400)
src/pal/src/safecrt/strlen_s.c

index 0a20590..5df0b7b 100644 (file)
@@ -47,7 +47,7 @@ size_t __cdecl strnlen(const char *str, size_t maxsize)
 {
     size_t n;
 
-    /* Note that we do not check if s == NULL, because we do not
+    /* Note that we do not check if str == NULL, because we do not
      * return errno_t...
      */