aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/regcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/regcache.h')
-rw-r--r--gdb/gdbserver/regcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/regcache.h b/gdb/gdbserver/regcache.h
index d3a350a..4b2ea1b 100644
--- a/gdb/gdbserver/regcache.h
+++ b/gdb/gdbserver/regcache.h
@@ -42,7 +42,7 @@ struct regcache : public reg_buffer_common
int registers_owned = 0;
unsigned char *registers = nullptr;
#ifndef IN_PROCESS_AGENT
- /* One of REG_UNAVAILBLE or REG_VALID. */
+ /* One of REG_UNAVAILABLE or REG_VALID. */
unsigned char *register_status = nullptr;
#endif