diff --git a/src/files.c b/src/files.c index 06e8ea3b..b33d0720 100644 --- a/src/files.c +++ b/src/files.c @@ -184,7 +184,7 @@ static void compute_exts_from_src (const char *ext) { /* We use this function when the user specifies `-o' or `--output', - so the extenions must be computed unconditionally from the file name + so the extensions must be computed unconditionally from the file name given by this option. */ src_extension = xstrdup (ext); header_extension = xstrdup (ext);