diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
commit | 3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /texinfo/makeinfo/makeinfo.c | |
parent | 0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff) | |
download | gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz |
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'texinfo/makeinfo/makeinfo.c')
-rw-r--r-- | texinfo/makeinfo/makeinfo.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/texinfo/makeinfo/makeinfo.c b/texinfo/makeinfo/makeinfo.c index e92065770ea..c61391affb0 100644 --- a/texinfo/makeinfo/makeinfo.c +++ b/texinfo/makeinfo/makeinfo.c @@ -2910,8 +2910,8 @@ end_of_sentence_p () } -/* Remove upto COUNT characters of whitespace from the - the current output line. If COUNT is less than zero, +/* Remove up to COUNT characters of whitespace from the + current output line. If COUNT is less than zero, then remove until none left. */ void kill_self_indent (count) @@ -3211,7 +3211,7 @@ indent (amount) } /* Search forward for STRING in input_text. - FROM says where where to start. */ + FROM says where to start. */ int search_forward (string, from) char *string; @@ -6432,7 +6432,7 @@ handle_variable_internal (action, name) case IFSET: case IFCLEAR: /* If IFSET and NAME is not set, or if IFCLEAR and NAME is set, - read lines from the the file until we reach a matching + read lines from the file until we reach a matching "@end CONDITION". This means that we only take note of "@ifset/clear" and "@end" commands. */ { |