Fix ARI text for floatformat_from_double
[deliverable/binutils-gdb.git] / gdb / or1k-tdep.c
index 8f6f6e196090f0c39d3f347a41531b4eeebd37b0..fdeab815a10c0ee83e54e610bcae28cbc2e7c13a 100644 (file)
@@ -50,7 +50,7 @@
 
 /* Global debug flag.  */
 
-static int or1k_debug = 0;
+static bool or1k_debug = false;
 
 static void
 show_or1k_debug (struct ui_file *file, int from_tty,
@@ -824,7 +824,7 @@ or1k_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
 
    l.sw    lr_loc(r1),r9        # Link (return) address
 
-   The link register is usally saved at fp_loc - 4.  It may not be saved at
+   The link register is usually saved at fp_loc - 4.  It may not be saved at
    all in a leaf function.
 
    l.sw    reg_loc(r1),ry       # Save any callee saved regs
This page took 0.041017 seconds and 4 git commands to generate.