diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-04-09 16:31:01 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-04-09 16:31:01 +0000 |
commit | a4194092fc9f337cbaa54cbe5ff6be97eef41be9 (patch) | |
tree | 71c47c5e825e5f06a0b63d5113290e5d610de7ab /gdb/i386-linux-nat.c | |
parent | 911bc6ee3f36711ed37e8b829ff1c5622a8b2082 (diff) | |
download | gdb-a4194092fc9f337cbaa54cbe5ff6be97eef41be9.zip gdb-a4194092fc9f337cbaa54cbe5ff6be97eef41be9.tar.gz gdb-a4194092fc9f337cbaa54cbe5ff6be97eef41be9.tar.bz2 |
* i386-linux-nat.c: Update copyrigth year. Tweak comment.
Diffstat (limited to 'gdb/i386-linux-nat.c')
-rw-r--r-- | gdb/i386-linux-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/i386-linux-nat.c b/gdb/i386-linux-nat.c index 1643661..128e719 100644 --- a/gdb/i386-linux-nat.c +++ b/gdb/i386-linux-nat.c @@ -1,6 +1,6 @@ -/* Native-dependent code for GNU/Linux x86. +/* Native-dependent code for GNU/Linux i386. - Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GDB. |