gdbinit.in: Fix typo.

gcc/ChangeLog
2020-03-09  Jason Merrill  <jason@redhat.com>

	* gdbinit.in (pgs): Fix typo in documentation.
This commit is contained in:
Jason Merrill 2020-03-09 16:42:41 -04:00
parent 983a6e7a50
commit 8fc3727402
2 changed files with 5 additions and 1 deletions

View 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:

View 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