diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index ea00f08..27aaf7a 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -2126,7 +2126,7 @@ do_enable_disable_display (struct display *d, void *data) d->enabled_p = *(int *) data; } -/* Implamentation of both the "disable display" and "enable display" +/* Implementation of both the "disable display" and "enable display" commands. ENABLE decides what to do. */ static void |