2009-11-10 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Tue, 10 Nov 2009 18:36:50 +0000 (18:36 +0000)
committerMichael Snyder <msnyder@vmware.com>
Tue, 10 Nov 2009 18:36:50 +0000 (18:36 +0000)
* dcache.c: Fix typo, shorten long lines in comment.

gdb/ChangeLog
gdb/dcache.c

index cba136a3f33dde006eedbd3844827a45f8c93769..048583f568fb62cc7739b9f3a48fb0d4a01a7367 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-10  Michael Snyder  <msnyder@vmware.com>
+
+       * dcache.c: Fix typo, shorten long lines in comment.
+
 2009-11-10  Tristan Gingold  <gingold@adacore.com>
 
        * avr-tdep.c: Add AVR_PSEUDO_PC_REGNUM and AVR_NUM_PSEUDO_REGS.
index 52375f092a19d468cb2a352562aca809d2b2c616..e8728e9efcfbd80484c7b5fee4de350233b562c0 100644 (file)
@@ -41,9 +41,9 @@
    of data, such as when performing a backtrace.
 
    The cache is a splay tree along with a linked list for replacement.
-   Each block caches a LINE_SIZE area of memory.  Wtihin each line we remember
-   the address of the line (which must be a multiple of LINE_SIZE) and the
-   actual data block.
+   Each block caches a LINE_SIZE area of memory.  Within each line we
+   remember the address of the line (which must be a multiple of
+   LINE_SIZE) and the actual data block.
 
    Lines are only allocated as needed, so DCACHE_SIZE really specifies the
    *maximum* number of lines in the cache.
This page took 0.058175 seconds and 4 git commands to generate.