diff options
Diffstat (limited to 'gdb/dcache.c')
-rw-r--r-- | gdb/dcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dcache.c b/gdb/dcache.c index 45e2db7..297e849 100644 --- a/gdb/dcache.c +++ b/gdb/dcache.c @@ -599,6 +599,6 @@ volatile registers are in use. By default, this option is off.", &showlist); add_info ("dcache", dcache_info, - "Print information on the dcache performance."); + _("Print information on the dcache performance.")); } |