summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
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
commit8f414680ccb074919b963170f7bd711c681c7038 (patch)
tree0fd1bfcc0aa05b3576792233a041570184d3546d /gdb/gdbarch.h
parentc1d6d9cc273b40ebef2d2b9bd20b8b53fdb51d09 (diff)
downloadgdb-8f414680ccb074919b963170f7bd711c681c7038.tar.gz
Oops, missed DanielJ's tipo.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 9a1fa19dfa3..02bf7c77d23 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