diff options
author | Fred Fish <fnf@specifix.com> | 2006-05-19 20:42:47 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2006-05-19 20:42:47 +0000 |
commit | 861bb61f41002b6dc3fdf4d7d8aebf5de6e265a2 (patch) | |
tree | 7fe03989ee943c757fc8846790e19edaf6bad022 /gdb/Makefile.in | |
parent | 1f16fede25347c62c1a154392d65396f893cb2a7 (diff) | |
download | gdb-861bb61f41002b6dc3fdf4d7d8aebf5de6e265a2.tar.gz |
Checked in under the 'obvious fix rule'
2006-05-19 Fred Fish <fnf@specifix.com>
* Makefile.in: Fix spelling of 'explicitly' and 'explicit'.
* dwarfread.c: Fix spelling of 'unexpected'.
* mips-tdep.c: Fix spelling of 'possible' and 'Determine'.
* stack.c: Fix spelling of 'RETURN_VALUE'.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 5af00a71e54..6f3d911634a 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1274,7 +1274,7 @@ clean-tui: # describe removing files; the only sort of "re-create a distribution" # functionality described is if the distributed files are unmodified. # NB: While GDBSERVER might be configured on native systems, it isn't -# always included in SUBDIRS. Remove the gdbserver files explictly. +# always included in SUBDIRS. Remove the gdbserver files explicitly. distclean: clean @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(SUBDIRS)" subdir_do rm -f gdbserver/config.status gdbserver/config.log @@ -1489,7 +1489,7 @@ ALLDEPFILES = \ xcoffread.c xcoffsolib.c \ xstormy16-tdep.c -# Some files need explict build rules (due to -Werror problems) or due +# Some files need explicit build rules (due to -Werror problems) or due # to sub-directory fun 'n' games. # Provide explicit rule/dependency - works for more makes. |