util.c: Add comment
authorKarl Williamson <public@khwilliamson.com>
Tue, 20 Dec 2011 16:28:47 +0000 (09:28 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 Jan 2012 18:58:16 +0000 (11:58 -0700)
util.c

diff --git a/util.c b/util.c
index 7ab0df7..bb220e3 100644 (file)
--- a/util.c
+++ b/util.c
@@ -467,7 +467,8 @@ Perl_instr(register const char *big, register const char *little)
     return NULL;
 }
 
-/* same as instr but allow embedded nulls */
+/* same as instr but allow embedded nulls.  The end pointers point to 1 beyond
+ * the final character desired to be checked */
 
 char *
 Perl_ninstr(const char *big, const char *bigend, const char *little, const char *lend)