aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-08 18:11:06 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-08 18:11:06 +0000
commit2af496cb215cdfc34badb8bd5c50eb372ba4caeb (patch)
treeeb007225756ee8b4044046979794a2e929daa28f /gdb
parent76860b5fb39d8868e8e77d1073f41a1f6fbb3aaf (diff)
downloadgdb-2af496cb215cdfc34badb8bd5c50eb372ba4caeb.zip
gdb-2af496cb215cdfc34badb8bd5c50eb372ba4caeb.tar.gz
gdb-2af496cb215cdfc34badb8bd5c50eb372ba4caeb.tar.bz2
Oops, missed DanielJ's tipo.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/gdbarch.h2
-rwxr-xr-xgdb/gdbarch.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 9a1fa19..02bf7c7 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -2594,7 +2594,7 @@ extern int gdbarch_update_p (struct gdbarch_info info);
The per-architecture data-pointer is either initialized explicitly
(set_gdbarch_data()) or implicitly (by INIT() via a call to
gdbarch_data()). FREE() is called to delete either an existing
- data-poitner overridden by set_gdbarch_data() or when the
+ data-pointer overridden by set_gdbarch_data() or when the
architecture object is being deleted.
When a previously created architecture is re-selected, the
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index c95fa4b3..abe50e9 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -1085,7 +1085,7 @@ extern int gdbarch_update_p (struct gdbarch_info info);
The per-architecture data-pointer is either initialized explicitly
(set_gdbarch_data()) or implicitly (by INIT() via a call to
gdbarch_data()). FREE() is called to delete either an existing
- data-poitner overridden by set_gdbarch_data() or when the
+ data-pointer overridden by set_gdbarch_data() or when the
architecture object is being deleted.
When a previously created architecture is re-selected, the