summaryrefslogtreecommitdiff
path: root/gdb/sparcobsd-tdep.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2006-12-16 00:06:55 +0000
committerMark Kettenis <kettenis@gnu.org>2006-12-16 00:06:55 +0000
commit9de25fe5e2ce7eaba9d35616594958647000c1e8 (patch)
tree86df9f3dbff1c9902fcb05fd8f459aed1ff9993c /gdb/sparcobsd-tdep.c
parentd0eabc42a4183328f864bd374b16f15dd08ab346 (diff)
downloadgdb-9de25fe5e2ce7eaba9d35616594958647000c1e8.tar.gz
* sparcobsd-tdep.c: Fix typo.
Diffstat (limited to 'gdb/sparcobsd-tdep.c')
-rw-r--r--gdb/sparcobsd-tdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/sparcobsd-tdep.c b/gdb/sparcobsd-tdep.c
index 0e6504bdf68..6e16b319163 100644
--- a/gdb/sparcobsd-tdep.c
+++ b/gdb/sparcobsd-tdep.c
@@ -1,6 +1,6 @@
/* Target-dependent code for OpenBSD/sparc.
- Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GDB.
@@ -43,7 +43,7 @@
detecting it won't work.
The signal trampoline will be mapped at an address that is page
- aligned. We recognize the signal trampoline by the looking for the
+ aligned. We recognize the signal trampoline by looking for the
sigreturn system call. */
static const int sparc32obsd_page_size = 4096;