]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/top.c
import gdb-1999-12-06 snapshot
[thirdparty/binutils-gdb.git] / gdb / top.c
index 3d1b040b74528251c617e0980425f890d63c48f5..95c07db303c1086993a2226eb35bcff75d20b767 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -288,7 +288,7 @@ char *line;
 int linesize = 100;
 
 /* Nonzero if the current command is modified by "server ".  This
-   affects things like recording into the command history, comamnds
+   affects things like recording into the command history, commands
    repeating on RETURN, etc.  This is so a user interface (emacs, GUI,
    whatever) can issue its own commands and also send along commands
    from the user, and have the user not notice that the user interface
@@ -472,7 +472,7 @@ PARAMS ((void)) ATTR_NORETURN;
 /* Return for reason REASON.  This generally gets back to the command
    loop, but can be caught via catch_errors.  */
 
-     NORETURN void
+NORETURN void
 return_to_top_level (reason)
      enum return_reason reason;
 {