diff options
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r-- | gdb/arch-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index 8e442c3..5b83fec 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -380,9 +380,9 @@ show_endian (char *args, int from_tty) "(currently little endian)\n")); else if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG) - printf_unfiltered ("The target is assumed to be big endian\n"); + printf_unfiltered (_("The target is assumed to be big endian\n")); else - printf_unfiltered ("The target is assumed to be little endian\n"); + printf_unfiltered (_("The target is assumed to be little endian\n")); } static void |