+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.
+
2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
* configure.ac: Fix spelling in comments.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# This tool excercise any incomplete reads handling in the testsuite by
+# This tool exercises any incomplete reads handling in the testsuite by
# simulating read always returns just 1 character.
# Testsuite incompatibilities are tracked as GDB PR testsuite/12649.
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.
-# 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 ""
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