aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>2016-11-22 16:05:00 +0000
committerPedro Alves <palves@redhat.com>2016-11-22 16:05:00 +0000
commitca3cbe5cd7715d1559d55f8e71be1dd7340f13b1 (patch)
treeda9fc549f90446d7f719856bc1db37771173d9a0 /gdb/gdb_mbuild.sh
parentFix spelling mistakes in comments in configure scripts (diff)
downloadbinutils-gdb-ca3cbe5cd7715d1559d55f8e71be1dd7340f13b1.tar.gz
binutils-gdb-ca3cbe5cd7715d1559d55f8e71be1dd7340f13b1.tar.bz2
binutils-gdb-ca3cbe5cd7715d1559d55f8e71be1dd7340f13b1.zip
Fix spelling mistakes in comments in shell scripts
gdb/ChangeLog: 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com> * contrib/expect-read1.sh: Fix spelling in comments. * gdb_buildall.sh: Fix spelling in comments. * gdb_mbuild.sh: Fix spelling in comments.
Diffstat (limited to 'gdb/gdb_mbuild.sh')
-rwxr-xr-xgdb/gdb_mbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdb_mbuild.sh b/gdb/gdb_mbuild.sh
index 08927f19e29..da0c19a6566 100755
--- a/gdb/gdb_mbuild.sh
+++ b/gdb/gdb_mbuild.sh
@@ -195,7 +195,7 @@ log ()
-# Warn the user of what is comming, print the list of targets
+# Warn the user of what is coming, print the list of targets
echo "$alltarg"
echo ""
@@ -273,7 +273,7 @@ do
then
# Iff the build fails remove the final build target so that
# the follow-on code knows things failed. Stops the follow-on
- # code thinking that a failed rebuild succedded (executable
+ # code thinking that a failed rebuild succeeded (executable
# left around from previous build).
echo ... ${make} ${keepgoing} ${makejobs} ${target}
( ${make} ${keepgoing} ${makejobs} all-gdb || rm -f gdb/gdb gdb/gdb.exe