diff options
author | Ambrogino Modigliani <ambrogino.modigliani@gmail.com> | 2016-11-22 16:05:00 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2016-11-22 16:05:00 +0000 |
commit | ca3cbe5cd7715d1559d55f8e71be1dd7340f13b1 (patch) | |
tree | da9fc549f90446d7f719856bc1db37771173d9a0 /gdb/contrib | |
parent | 96fe45624e51f1bb747e36cf8bdaab216f31c5ec (diff) | |
download | binutils-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/contrib')
-rwxr-xr-x[-rw-r--r--] | gdb/contrib/expect-read1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/contrib/expect-read1.sh b/gdb/contrib/expect-read1.sh index cc9d8115570..5eec0dd7d1e 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. |