aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-09-18 22:00:22 +0000
committerAndrew Cagney <cagney@redhat.com>2002-09-18 22:00:22 +0000
commit0542c381799d8c6065a35456df2f5a92a6891ae9 (patch)
tree1cfd980952dce14ba48fc2ff67f56c19356a2086 /gdb
parent5b924b9bda6a19bd70f46259833c98d183ce4128 (diff)
downloadgdb-0542c381799d8c6065a35456df2f5a92a6891ae9.zip
gdb-0542c381799d8c6065a35456df2f5a92a6891ae9.tar.gz
gdb-0542c381799d8c6065a35456df2f5a92a6891ae9.tar.bz2
Fix GNU/Linux tipo.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/i386-linux-tdep.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1ac392d..43457f9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-18 Andrew Cagney <ac131313@redhat.com>
+
+ * i386-linux-tdep.h: Fix tipo.
+
2002-09-18 Adam Fedor <fedor@gnu.org>
* MAINTAINERS: Add myself to the Write After Approval list.
diff --git a/gdb/i386-linux-tdep.h b/gdb/i386-linux-tdep.h
index 3c30130..95b168a 100644
--- a/gdb/i386-linux-tdep.h
+++ b/gdb/i386-linux-tdep.h
@@ -1,6 +1,6 @@
-/* Target-dependent code for Linux/x86.
- Copyright 2002
- Free Software Foundation, Inc.
+/* Target-dependent code for GNU/Linux x86.
+
+ Copyright 2002 Free Software Foundation, Inc.
This file is part of GDB.