summaryrefslogtreecommitdiff
path: root/gdb/regcache.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-01 01:51:54 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-01 01:51:54 +0000
commit149596832cfdbae4f325bfe60c3a00b8cf560f58 (patch)
treee037116d33542f92f9fce8c39a0590f7b3d794cf /gdb/regcache.h
parent0713359ae1d68739cbceea15d0c14b5ff7475135 (diff)
downloadgdb-149596832cfdbae4f325bfe60c3a00b8cf560f58.tar.gz
* regcache.h (register_valid): Fix comment documenting valid
states.
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r--gdb/regcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h
index 682156aa612..d76cd8b7819 100644
--- a/gdb/regcache.h
+++ b/gdb/regcache.h
@@ -28,7 +28,7 @@
extern char *registers;
/* Character array containing the current state of each register
- (unavailable<0, valid=0, invalid>0). */
+ (unavailable<0, invalid=0, valid>0). */
extern signed char *register_valid;