]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* regcache.c: Fix typo in comment.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 10 Mar 2005 02:43:23 +0000 (02:43 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 10 Mar 2005 02:43:23 +0000 (02:43 +0000)
gdb/ChangeLog
gdb/regcache.c

index 29a1d2ba8738a0e49377f2d804f89c46cc8752bc..5b1b58c403084f628703f63b101df7b922c79ba3 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * regcache.c: Fix typo in comment.
+
 2005-03-09  David Lecomber  <david@lecomber.net>
 
        * proc-api.c (_initialize_proc_api): Fix invalid multi-line 
index d1067ea923931be25b7bb74c98836cab43d864d7..5cee78e33f366f5bc97733f63f0738b7f98b2e3e 100644 (file)
@@ -51,7 +51,7 @@ struct regcache_descr
   /* The raw register cache.  Each raw (or hard) register is supplied
      by the target interface.  The raw cache should not contain
      redundant information - if the PC is constructed from two
-     registers then those regigisters and not the PC lives in the raw
+     registers then those registers and not the PC lives in the raw
      cache.  */
   int nr_raw_registers;
   long sizeof_raw_registers;