diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:31:19 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:31:19 +0000 |
commit | ca557f44a0548248b83712ade658eefe9c976923 (patch) | |
tree | 0f7ee0fa8f59a615a29f07388626d172e876aa2a /gdb/linux-proc.c | |
parent | a4b6fc86fa32d442efcbfb5c17549e4034d44552 (diff) | |
download | gdb-ca557f44a0548248b83712ade658eefe9c976923.zip gdb-ca557f44a0548248b83712ade658eefe9c976923.tar.gz gdb-ca557f44a0548248b83712ade658eefe9c976923.tar.bz2 |
s/Linux/.../
Fix PR gdb/378.
Diffstat (limited to 'gdb/linux-proc.c')
-rw-r--r-- | gdb/linux-proc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/linux-proc.c b/gdb/linux-proc.c index 4a56573..d6f88d3 100644 --- a/gdb/linux-proc.c +++ b/gdb/linux-proc.c @@ -1,4 +1,5 @@ -/* Linux-specific methods for using the /proc file system. +/* GNU/Linux specific methods for using the /proc file system. + Copyright 2001, 2002 Free Software Foundation, Inc. This file is part of GDB. |