summaryrefslogtreecommitdiff
path: root/sim/ppc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-25 02:13:10 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-25 02:13:10 +0000
commitae6defbe7dc1084ade1f7ae27b646472f398aa78 (patch)
tree2083723949251b912f00da7c852d05bcad972500 /sim/ppc
parent2240ba28153ed06fc247947d32975af4bebe0a62 (diff)
downloadgdb-ae6defbe7dc1084ade1f7ae27b646472f398aa78.tar.gz
Fix PR gdb/287. From wiz at danbala. Then->than and typos.
Diffstat (limited to 'sim/ppc')
-rw-r--r--sim/ppc/ChangeLog6
-rw-r--r--sim/ppc/std-config.h4
2 files changed, 8 insertions, 2 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index 103a83c5352..25d96ea78c1 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-24 Andrew Cagney <ac131313@redhat.com>
+
+ From wiz at danbala:
+ * std-config.h: Fix grammar and typos. Update copyright.
+ Fix PR gdb/287.
+
2002-01-12 matthew green <mrg@redhat.com>
* Makefile.in (tmp-igen): Pass -I $(srcdir) to igen.
diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h
index 0b7c260009a..c48e3654fc2 100644
--- a/sim/ppc/std-config.h
+++ b/sim/ppc/std-config.h
@@ -1,6 +1,6 @@
/* This file is part of the program psim.
- Copyright (C) 1994-1995, Andrew Cagney <cagney@highland.com.au>
+ Copyright 1994, 1995, 2002 Andrew Cagney <cagney@highland.com.au>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -438,7 +438,7 @@ extern int current_stdio;
local function.
Because of the way that GCC parses __attribute__(), the macro's
- need to be adjacent to the functioin name rather then at the start
+ need to be adjacent to the function name rather than at the start
of the line vis:
int STATIC_INLINE_MODULE f(void);