diff options
Diffstat (limited to 'gdb/bcache.h')
-rw-r--r-- | gdb/bcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bcache.h b/gdb/bcache.h index 8b05ead..3d41ece 100644 --- a/gdb/bcache.h +++ b/gdb/bcache.h @@ -157,7 +157,7 @@ struct bcache /* Print statistics on this bcache's memory usage and efficacity at eliminating duplication. TYPE should be a string describing the kind of data this bcache holds. Statistics are printed using - `printf_filtered' and its ilk. */ + `gdb_printf' and its ilk. */ void print_statistics (const char *type); int memory_used (); |