aboutsummaryrefslogtreecommitdiff
path: root/gdb/contrib
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/contrib
parent96fe45624e51f1bb747e36cf8bdaab216f31c5ec (diff)
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/contrib')
-rwxr-xr-x[-rw-r--r--]gdb/contrib/expect-read1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/contrib/expect-read1.sh b/gdb/contrib/expect-read1.sh
index cc9d811557..5eec0dd7d1 100644..100755
--- a/gdb/contrib/expect-read1.sh
+++ b/gdb/contrib/expect-read1.sh
@@ -15,7 +15,7 @@
# 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.