]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gdbinit.in: Fix typo.
authorJason Merrill <jason@redhat.com>
Mon, 9 Mar 2020 20:42:41 +0000 (16:42 -0400)
committerJason Merrill <jason@redhat.com>
Tue, 10 Mar 2020 00:18:39 +0000 (20:18 -0400)
gcc/ChangeLog
2020-03-09  Jason Merrill  <jason@redhat.com>

* gdbinit.in (pgs): Fix typo in documentation.

gcc/ChangeLog
gcc/gdbinit.in

index 6c20ddba54a2f704e0bb8d624ceebb04046b5d7b..085ef66a207264ffadce68e554ce7b208a4dc34f 100644 (file)
@@ -1,3 +1,7 @@
+2020-03-09  Jason Merrill  <jason@redhat.com>
+
+       * gdbinit.in (pgs): Fix typo in documentation.
+
 2020-03-09  Vladimir Makarov  <vmakarov@redhat.com>
 
        Revert:
index c4f400cdfe686ff140151702ec3e117944ee47a8..e951c19db638f10d18ce4f4b34e436681410bc6e 100644 (file)
@@ -129,7 +129,7 @@ call debug_generic_stmt ($debug_arg)
 end
 
 document pgs
-GCC hook: pgq [tree]
+GCC hook: pgs [tree]
 Print given GENERIC statement in C syntax.
 See also 'help-gcc-hooks'.
 end