diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-07 13:45:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-07 13:45:26 +0000 |
commit | 0d1d1662690009d787450aa5d3ca42e9e57e74ae (patch) | |
tree | 348386ab0121fcf2f1a20e742571812888807034 /src | |
parent | 62dbf128a50fe04bcb96ac3312e490b70ec15230 (diff) | |
download | coreutils-0d1d1662690009d787450aa5d3ca42e9e57e74ae.tar.xz |
(cfcc_msg): Remove now-inaccurate part of comment.
From Bruno Haible.
Diffstat (limited to 'src')
-rw-r--r-- | src/printf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/printf.c b/src/printf.c index 75b662fe6..8c7dcfe8d 100644 --- a/src/printf.c +++ b/src/printf.c @@ -79,8 +79,7 @@ static int exit_status; static int posixly_correct; /* This message appears in N_() here rather than just in _() below because - the sole use would have been in a #define, and xgettext doesn't look for - strings in cpp directives. */ + the sole use would have been in a #define. */ static char *const cfcc_msg = N_("warning: %s: character(s) following character constant have been ignored"); |