aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2018-03-02 20:04:10 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2018-03-02 20:04:10 +0100
commit892870f9f3ae0fc4486e372c3db0a83b739ca572 (patch)
tree2a0ac9446b437275a5921f244ef0fc1876a61767 /gcc
parentc945ee252888acdc9a06c41e42a1089543e53bfa (diff)
downloadgcc-892870f9f3ae0fc4486e372c3db0a83b739ca572.zip
gcc-892870f9f3ae0fc4486e372c3db0a83b739ca572.tar.gz
gcc-892870f9f3ae0fc4486e372c3db0a83b739ca572.tar.bz2
* c-c++-common/Warray-bounds-2.c: Fix a comment typo.
From-SVN: r258153
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/c-c++-common/Warray-bounds-2.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 59631e9..622447f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-02 Jakub Jelinek <jakub@redhat.com>
+
+ * c-c++-common/Warray-bounds-2.c: Fix a comment typo.
+
2018-03-02 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/81812
diff --git a/gcc/testsuite/c-c++-common/Warray-bounds-2.c b/gcc/testsuite/c-c++-common/Warray-bounds-2.c
index db05f04..b7e61dd 100644
--- a/gcc/testsuite/c-c++-common/Warray-bounds-2.c
+++ b/gcc/testsuite/c-c++-common/Warray-bounds-2.c
@@ -1,4 +1,4 @@
-/* Test to exercise that -Warray-bounds warnings for memory and sring
+/* Test to exercise that -Warray-bounds warnings for memory and string
functions are issued even when they are declared in system headers
(i.e., not just when they are explicitly declared in the source
file.)