Commit 2e808a78 by David Malcolm Committed by David Malcolm

Trivial typo fix in pretty-print.h

gcc/ChangeLog:
	* pretty-print.h (printer_fn): Fix typo in comment.

From-SVN: r227562
parent 465eeda4
2015-09-08 David Malcolm <dmalcolm@redhat.com>
* pretty-print.h (printer_fn): Fix typo in comment.
2015-09-07 Jeff Law <law@redhat.com>
* tree-ssa-scopedtables.h (class const_and_copies): Fix comment typo.
......
......@@ -187,7 +187,7 @@ struct pp_wrapping_mode_t
/* Get or set the wrapping mode as a single entity. */
#define pp_wrapping_mode(PP) (PP)->wrapping
/* The type of a hook that formats client-specific data onto a pretty_pinter.
/* The type of a hook that formats client-specific data onto a pretty_printer.
A client-supplied formatter returns true if everything goes well,
otherwise it returns false. */
typedef bool (*printer_fn) (pretty_printer *, text_info *, const char *,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment