* c-c++-common/Warray-bounds-2.c: Fix a comment typo.
authorJakub Jelinek <jakub@redhat.com>
Fri, 2 Mar 2018 19:04:10 +0000 (20:04 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 2 Mar 2018 19:04:10 +0000 (20:04 +0100)
From-SVN: r258153

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/Warray-bounds-2.c

index 59631e92a9cd3ad78f2e9d8de18d28fee902b4d8..622447fc4d7b09986cd300bab7d1bf1bd1967d75 100644 (file)
@@ -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
index db05f04163d7d5313da645fdd624b847eee0e0f9..b7e61ddec23d5906e5e61e34d65d3c2eb4e2598e 100644 (file)
@@ -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.)