Oops, missed DanielJ's tipo.
authorAndrew Cagney <cagney@redhat.com>
Sat, 8 Jun 2002 18:11:06 +0000 (18:11 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 8 Jun 2002 18:11:06 +0000 (18:11 +0000)
gdb/gdbarch.h
gdb/gdbarch.sh

index 9a1fa19dfa3eb62bfa1372758346dfef9f502848..02bf7c77d23f2773e8b6b6a431b616e64882ed25 100644 (file)
@@ -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
index c95fa4b38cbf46841246832e2337322913bf65ac..abe50e96083f328f31bee8bc51ffd4e3779afa6e 100755 (executable)
@@ -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