2011-01-10 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / regcache.h
index 474ab6efb104c3f7e249c6afcb79bce2b15586dd..99bb322b60106bc0d3f9e57898cdb9208cc24eb3 100644 (file)
@@ -43,7 +43,7 @@ extern struct gdbarch *get_regcache_arch (const struct regcache *regcache);
 extern struct address_space *get_regcache_aspace (const struct regcache *);
 
 /* Transfer a raw register [0..NUM_REGS) between core-gdb and the
-   regcache. */
+   regcache.  */
 
 void regcache_raw_read (struct regcache *regcache, int rawnum, gdb_byte *buf);
 void regcache_raw_write (struct regcache *regcache, int rawnum,
This page took 0.024312 seconds and 4 git commands to generate.