From e41fdc9310174cd2718308bb8fb52d86c479e204 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Mon, 6 May 2002 13:42:59 +0000 Subject: [PATCH] Corrected comment for spec_name_prefix variable. --- src/files.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/files.h b/src/files.h index 17c30057..d5d286c5 100644 --- a/src/files.h +++ b/src/files.h @@ -27,10 +27,10 @@ extern char *spec_outfile; /* File name for the parser (i.e., the one above, or its default.) */ extern char *parser_file_name; -/* For -a. */ +/* Symbol prefix specified with -p, or 0 if no -p. */ extern const char *spec_name_prefix; -/* File name pfx specified with -b, or 0 if no -b. */ +/* File name prefix specified with -b, or 0 if no -b. */ extern char *spec_file_prefix; /* --verbose. */ -- 2.45.2