]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comment.
authorBruno Haible <bruno@clisp.org>
Sat, 29 Jul 2000 01:55:03 +0000 (01:55 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 29 Jul 2000 01:55:03 +0000 (01:55 +0000)
src/po.c

index 2bdadb760a0578d17d3d9d07962b7545c0550b06..f22a45e7cc4d8529c88ac0eeeb752e90dd5532e7 100644 (file)
--- a/src/po.c
+++ b/src/po.c
@@ -1,5 +1,5 @@
 /* GNU gettext - internationalization aids
-   Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1998, 2000 Free Software Foundation, Inc.
 
    This file was written by Peter Miller <millerp@canb.auug.org.au>
 
@@ -206,8 +206,8 @@ po_callback_comment (s)
     {
       /* Parse the file location string.  If the parse succeeds, the
         appropriate callback will be invoked.  If the parse fails,
-        the po_hash_parse function will return non-zero - so pretend
-        it was a normal comment.  */
+        the po_hash function will return non-zero - so pretend it was
+        a normal comment.  */
       if (po_hash (s + 1) == 0)
        /* Do nothing, it is a GNU-style file pos line.  */ ;
       else