]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
analyzer testsuite: fix typo
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 25 Mar 2021 01:08:04 +0000 (21:08 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Tue, 30 Mar 2021 21:50:38 +0000 (17:50 -0400)
gcc/testsuite/ChangeLog:
* gcc.dg/analyzer/symbolic-1.c: Fix typo.

gcc/testsuite/gcc.dg/analyzer/symbolic-1.c

index 9d228e6331c796b7207dab6cedcb04f6fe6a9bb9..feab9ce3a2db4224d21a38cd8d8d5e89f4c3afc7 100644 (file)
@@ -1,6 +1,6 @@
 #include "analyzer-decls.h"
 
-/* The example from store2.h  */
+/* The example from store.h  */
 
 void test_1 (char a, char b, char c, char d, char e, char f,
             int i, int j)