aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ui-file.h')
-rw-r--r--gdb/ui-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ui-file.h b/gdb/ui-file.h
index 01cee1f..219668a 100644
--- a/gdb/ui-file.h
+++ b/gdb/ui-file.h
@@ -106,7 +106,7 @@ extern struct ui_file *mem_fileopen (void);
-/* Open/create a an STDIO based UI_FILE using the already open FILE. */
+/* Open/create a STDIO based UI_FILE using the already open FILE. */
extern struct ui_file *stdio_fileopen (FILE *file);
/* Open NAME returning an STDIO based UI_FILE. */