This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Fix typo in sparcobsd-tdep.c


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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]