Trivial typo fix in pretty-print.h
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 8 Sep 2015 19:59:42 +0000 (19:59 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 8 Sep 2015 19:59:42 +0000 (19:59 +0000)
gcc/ChangeLog:
* pretty-print.h (printer_fn): Fix typo in comment.

From-SVN: r227562

gcc/ChangeLog
gcc/pretty-print.h

index c33ec074b73a3b8893a5a0037d89230ef9249f31..fb7d644eac9cf5c83d67c0fe9072466dba2861e0 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 6e8a300fbebb03397ff3ee0ee232c1f06b819d55..36d4e37a0d2e1e5dbe29bc4152df50653f6ad422 100644 (file)
@@ -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 *,