[commit] Fix typo in sparcobsd-tdep.c

Mark Kettenis kettenis@gnu.org
Sat Dec 16 00:07:00 GMT 2006


Committed,

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* sparcobsd-tdep.c: Fix typo.

Index: sparcobsd-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/sparcobsd-tdep.c,v
retrieving revision 1.10
diff -u -p -r1.10 sparcobsd-tdep.c
--- sparcobsd-tdep.c 27 Dec 2005 12:23:01 -0000 1.10
+++ sparcobsd-tdep.c 16 Dec 2006 00:04:59 -0000
@@ -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;



More information about the Gdb-patches mailing list