diff options
Diffstat (limited to 'gdb/sparc-nat.c')
-rw-r--r-- | gdb/sparc-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c index 3685e5a..8a12487 100644 --- a/gdb/sparc-nat.c +++ b/gdb/sparc-nat.c @@ -308,7 +308,7 @@ sparc_xfer_wcookie (struct target_ops *ops, enum target_object object, void _initialize_sparc_nat (void) { - /* Deafult to using SunOS 4 register sets. */ + /* Default to using SunOS 4 register sets. */ if (sparc_gregmap == NULL) sparc_gregmap = &sparc32_sunos4_gregmap; if (sparc_fpregmap == NULL) |