Trivial typo fix in pretty-print.h
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Sep 2015 19:59:42 +0000 (19:59 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Sep 2015 19:59:42 +0000 (19:59 +0000)
gcc/ChangeLog:
* pretty-print.h (printer_fn): Fix typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227562 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/pretty-print.h

index c33ec07..fb7d644 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 6e8a300..36d4e37 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 *,