]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ui-file.h
Unify gdb printf functions
[thirdparty/binutils-gdb.git] / gdb / ui-file.h
index 7ced54e712e13d7066942f158a05c882c9f6e13b..f8e1fe8be3c2506c7bf65377d870f9a1eafca4d6 100644 (file)
@@ -126,7 +126,7 @@ public:
 
   /* Print STR, bypassing any paging that might be done by this
      ui_file.  Note that nearly no code should call this -- it's
-     intended for use by printf_filtered, but nothing else.  */
+     intended for use by gdb_printf, but nothing else.  */
   virtual void puts_unfiltered (const char *str)
   {
     this->puts (str);