summaryrefslogtreecommitdiff
path: root/gdb/gdb_buildall.sh
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_buildall.sh
parent96fe45624e51f1bb747e36cf8bdaab216f31c5ec (diff)
downloadbinutils-gdb-ca3cbe5cd7715d1559d55f8e71be1dd7340f13b1.tar.gz
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_buildall.sh')
-rw-r--r--gdb/gdb_buildall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb_buildall.sh b/gdb/gdb_buildall.sh
index 1fc7b38830c..ed3ffb51dbc 100644
--- a/gdb/gdb_buildall.sh
+++ b/gdb/gdb_buildall.sh
@@ -103,7 +103,7 @@ builddir=`cd $2 && /bin/pwd` || exit 1
make=${MAKE:-make}
MAKE=${make}
export MAKE
-# We dont want GDB do dump cores.
+# We don't want GDB do dump cores.
ulimit -c 0
# Just make sure we're in the right directory.