summaryrefslogtreecommitdiff
path: root/gdb/memattr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/memattr.h')
-rw-r--r--gdb/memattr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/memattr.h b/gdb/memattr.h
index 1af276b5169..75b5f781c1d 100644
--- a/gdb/memattr.h
+++ b/gdb/memattr.h
@@ -6,7 +6,7 @@ enum mem_access_mode
{
MEM_RW, /* read/write */
MEM_RO, /* read only */
- MEM_WO, /* write only */
+ MEM_WO /* write only */
};
enum mem_access_width