diff options
Diffstat (limited to 'gdb/dcache.h')
-rw-r--r-- | gdb/dcache.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/dcache.h b/gdb/dcache.h index 5b228ded8ff..fb581066f23 100644 --- a/gdb/dcache.h +++ b/gdb/dcache.h @@ -24,16 +24,16 @@ typedef struct dcache_struct DCACHE; -/* Invalidate DCACHE. */ +/* Invalidate DCACHE. */ void dcache_invalidate (DCACHE *dcache); -/* Initialize DCACHE. */ +/* Initialize DCACHE. */ DCACHE *dcache_init (void); -/* Free a DCACHE */ +/* Free a DCACHE. */ void dcache_free (DCACHE *); -/* Simple to call from <remote>_xfer_memory */ +/* Simple to call from <remote>_xfer_memory. */ int dcache_xfer_memory (struct target_ops *ops, DCACHE *cache, CORE_ADDR mem, gdb_byte *my, int len, int should_write); |