summaryrefslogtreecommitdiffstats
path: root/gdb/dcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dcache.h')
-rw-r--r--gdb/dcache.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/dcache.h b/gdb/dcache.h
index 5b228ded8f..fb581066f2 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);
OpenPOWER on IntegriCloud