X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fproc-api.c;h=6904d1586ad1e2659f3ec41b6e61838a8aa0c10b;hb=65743aba62ae276dfb203e8771201e912545b0b5;hp=a08ae541a9d8813be7ac2dfca1ab7e59a869566f;hpb=4c38e0a4fcb69f8586d8db0b9cdb8dbab5980811;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/proc-api.c b/gdb/proc-api.c index a08ae541a9..6904d1586a 100644 --- a/gdb/proc-api.c +++ b/gdb/proc-api.c @@ -1,6 +1,6 @@ /* Machine independent support for SVR4 /proc (process file system) for GDB. - Copyright (C) 1999, 2000, 2001, 2003, 2005, 2007, 2008, 2009, 2010 + Copyright (C) 1999, 2000, 2001, 2003, 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Written by Michael Snyder at Cygnus Solutions. @@ -44,7 +44,7 @@ #ifdef HAVE_SYS_USER_H #include /* for struct user */ #endif -#include /* for O_RDWR etc. */ +#include /* for O_RDWR etc. */ #include "gdb_wait.h" #include "proc-utils.h" @@ -52,7 +52,7 @@ /* Much of the information used in the /proc interface, particularly for printing status information, is kept as tables of structures of the following form. These tables can be used to map numeric values to - their symbolic names and to a string that describes their specific use. */ + their symbolic names and to a string that describes their specific use. */ struct trans { long value; /* The numeric value */