Fix problems introduced with my last change.
[deliverable/binutils-gdb.git] / gdb / command.h
index 200a48703e46000edddb036c2a1c074bebe96110..20e4fd50ed61cdd7a51b8703f03844d16cb6d97e 100644 (file)
@@ -33,7 +33,7 @@ enum command_class
   no_class = -1, class_run = 0, class_vars, class_stack,
   class_files, class_support, class_info, class_breakpoint, class_trace,
   class_alias, class_obscure, class_user, class_maintenance,
-  class_pseudo, class_tui, class_xdb,
+  class_pseudo, class_tui, class_xdb
 };
 
 /* Not a set/show command.  Note that some commands which begin with
@@ -136,7 +136,7 @@ struct cmd_list_element
         
        bit 2: MALLOCED_REPLACEMENT, when functions are deprecated at
        compile time (this is the way it should, in general, be done)
-       the memory comtaining the replacement string is statically
+       the memory containing the replacement string is statically
        allocated.  In some cases it makes sense to deprecate commands
        at runtime (the testsuite is one example).  In this case the
        memory for replacement is malloc'ed.  When a command is
This page took 0.024948 seconds and 4 git commands to generate.