Fix typo in comments (Unfortunatly)
authorFred Fish <fnf@specifix.com>
Fri, 6 Feb 2004 18:30:47 +0000 (18:30 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 6 Feb 2004 18:30:47 +0000 (18:30 +0000)
gdb/ax-gdb.c
gdb/findvar.c
gdb/i386-nto-tdep.c
gdb/printcmd.c

index d828895bf72f0c0e2cfdad25584565ec940333d7..dadad8e25491a157b977a392bbc82bf494c468b0 100644 (file)
@@ -622,7 +622,7 @@ gen_var_ref (struct agent_expr *ax, struct axs_value *value, struct symbol *var)
     case LOC_COMPUTED_ARG:
       /* FIXME: cagney/2004-01-26: It should be possible to
         unconditionally call the SYMBOL_OPS method when available.
-        Unfortunatly DWARF 2 stores the frame-base (instead of the
+        Unfortunately DWARF 2 stores the frame-base (instead of the
         function) location in a function's symbol.  Oops!  For the
         moment enable this when/where applicable.  */
       SYMBOL_OPS (var)->tracepoint_var_ref (var, ax, value);
index 397a56fd7c1094caa84042573f9d829d83d0ff13..5be4abf727dbd06adcb144b1732a82023709f850 100644 (file)
@@ -348,7 +348,7 @@ symbol_read_needs_frame (struct symbol *sym)
     case LOC_COMPUTED_ARG:
       /* FIXME: cagney/2004-01-26: It should be possible to
         unconditionally call the SYMBOL_OPS method when available.
-        Unfortunatly DWARF 2 stores the frame-base (instead of the
+        Unfortunately DWARF 2 stores the frame-base (instead of the
         function) location in a function's symbol.  Oops!  For the
         moment enable this when/where applicable.  */
       return SYMBOL_OPS (sym)->read_needs_frame (sym);
@@ -567,7 +567,7 @@ addresses have not been bound by the dynamic loader. Try again when executable i
     case LOC_COMPUTED_ARG:
       /* FIXME: cagney/2004-01-26: It should be possible to
         unconditionally call the SYMBOL_OPS method when available.
-        Unfortunatly DWARF 2 stores the frame-base (instead of the
+        Unfortunately DWARF 2 stores the frame-base (instead of the
         function) location in a function's symbol.  Oops!  For the
         moment enable this when/where applicable.  */
       if (frame == 0 && SYMBOL_OPS (var)->read_needs_frame (var))
index 4a1eaace82877c63ff892d77b496433b88edd6d5..6d2f4923b3e2bd5dac6ca8836a7ae6c410ed22ce 100644 (file)
@@ -271,7 +271,7 @@ i386nto_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
   i386_elf_init_abi (info, gdbarch);
 
   /* Neutrino rewinds to look more normal.  Need to override the i386
-     default which is [unfortunatly] to decrement the PC.  */
+     default which is [unfortunately] to decrement the PC.  */
   set_gdbarch_decr_pc_after_break (gdbarch, 0);
 
   /* NTO has shared libraries.  */
index dba7bdd1b7f3e5e84c7b27213c8f21cc60d9eab2..2767ec74a3abf21b09cb966179d7164a9bd0ce08 100644 (file)
@@ -1143,7 +1143,7 @@ address_info (char *exp, int from_tty)
     case LOC_COMPUTED_ARG:
       /* FIXME: cagney/2004-01-26: It should be possible to
         unconditionally call the SYMBOL_OPS method when available.
-        Unfortunatly DWARF 2 stores the frame-base (instead of the
+        Unfortunately DWARF 2 stores the frame-base (instead of the
         function) location in a function's symbol.  Oops!  For the
         moment enable this when/where applicable.  */
       SYMBOL_OPS (sym)->describe_location (sym, gdb_stdout);
This page took 0.030329 seconds and 4 git commands to generate.