summaryrefslogtreecommitdiffstats
path: root/src/po.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-07-29 01:55:03 +0000
committerBruno Haible <bruno@clisp.org>2000-07-29 01:55:03 +0000
commit1cc4099da3216c94cac7f2b3188240a5ee72c67b (patch)
tree61c2b4179e2e207e450c6eac28e4c3e016ba6ba6 /src/po.c
parentbe0ef048cf965b853719220a58610ced8c1b23a5 (diff)
downloadexternal_gettext-1cc4099da3216c94cac7f2b3188240a5ee72c67b.zip
external_gettext-1cc4099da3216c94cac7f2b3188240a5ee72c67b.tar.gz
external_gettext-1cc4099da3216c94cac7f2b3188240a5ee72c67b.tar.bz2
Comment.
Diffstat (limited to 'src/po.c')
-rw-r--r--src/po.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/po.c b/src/po.c
index 2bdadb7..f22a45e 100644
--- 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