diff options
author | Yao Qi <yao@codesourcery.com> | 2012-07-19 16:01:13 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-07-19 16:01:13 +0000 |
commit | a7c3d162281ed09f37e48c486f74885d2f1e61fc (patch) | |
tree | d3f64a22a808cce91caeae93b3c0ef076ce224b7 /gdb/command.h | |
parent | 608b49672edd92191a25a2c365def9d2f4f51db7 (diff) | |
download | gdb-a7c3d162281ed09f37e48c486f74885d2f1e61fc.zip gdb-a7c3d162281ed09f37e48c486f74885d2f1e61fc.tar.gz gdb-a7c3d162281ed09f37e48c486f74885d2f1e61fc.tar.bz2 |
gdb/
* command.h, remote.c: Fix a typo in comment.
Diffstat (limited to 'gdb/command.h')
-rw-r--r-- | gdb/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.h b/gdb/command.h index 3064ce2..88895bb 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -93,7 +93,7 @@ typedef enum var_types /* String which stores a filename. (*VAR) is a malloc'd string. */ var_filename, - /* ZeroableInteger. *VAR is an int. Like Unsigned Integer except + /* ZeroableInteger. *VAR is an int. Like var_integer except that zero really means zero. */ var_zinteger, /* ZeroableUnsignedInteger. *VAR is an unsigned int. Zero really |