diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-12-16 00:06:55 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-12-16 00:06:55 +0000 |
commit | 37e28b926c25a3ab6c4afc1fe123227243ab906c (patch) | |
tree | 68ddf94d41276184479840e0476fb2f4c0ec919a /gdb/sparcobsd-tdep.c | |
parent | 0e1cb3a29b55db9943470fee898e9fabf55c7dc3 (diff) | |
download | gdb-37e28b926c25a3ab6c4afc1fe123227243ab906c.zip gdb-37e28b926c25a3ab6c4afc1fe123227243ab906c.tar.gz gdb-37e28b926c25a3ab6c4afc1fe123227243ab906c.tar.bz2 |
* sparcobsd-tdep.c: Fix typo.
Diffstat (limited to 'gdb/sparcobsd-tdep.c')
-rw-r--r-- | gdb/sparcobsd-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/sparcobsd-tdep.c b/gdb/sparcobsd-tdep.c index 0e6504b..6e16b31 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; |