[Pcre-svn] [1360] code/trunk/pcre_compile.c: Fix typo in com…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1360] code/trunk/pcre_compile.c: Fix typo in comment.
Revision: 1360
          http://vcs.pcre.org/viewvc?view=rev&revision=1360
Author:   ph10
Date:     2013-09-03 11:25:39 +0100 (Tue, 03 Sep 2013)


Log Message:
-----------
Fix typo in comment.

Modified Paths:
--------------
    code/trunk/pcre_compile.c


Modified: code/trunk/pcre_compile.c
===================================================================
--- code/trunk/pcre_compile.c    2013-09-03 10:10:59 UTC (rev 1359)
+++ code/trunk/pcre_compile.c    2013-09-03 10:25:39 UTC (rev 1360)
@@ -5976,9 +5976,8 @@


           /* The name table does not exist in the first pass; instead we must
           scan the list of names encountered so far in order to get the 
-          number. The number may be negative if it is for a name that may be 
-          duplicated. If the name is not found, set the value to 0 for a
-          forward reference. */
+          number. If the name is not found, set the value to 0 for a forward
+          reference. */


           ng = cd->named_groups;
           for (i = 0; i < cd->names_found; i++, ng++)