diff options
Diffstat (limited to 'gdb/infptrace.c')
-rw-r--r-- | gdb/infptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infptrace.c b/gdb/infptrace.c index 5d2e811..fd4a0b8 100644 --- a/gdb/infptrace.c +++ b/gdb/infptrace.c @@ -509,6 +509,6 @@ _initialize_infptrace (void) { #if !defined (CHILD_XFER_MEMORY) add_info ("udot", udot_info, - "Print contents of kernel ``struct user'' for current child."); + _("Print contents of kernel ``struct user'' for current child.")); #endif } |