diff options
author | qiyao <qiyao> | 2012-07-19 16:01:03 +0000 |
---|---|---|
committer | qiyao <qiyao> | 2012-07-19 16:01:03 +0000 |
commit | d003ec71554f479bf819004bd4663e30d6d81adf (patch) | |
tree | 50b508fa9967da09ddb60faa51092d6518ca60c6 /gdb/command.h | |
parent | a23fa27d5a315b7801bb925a2a99e871f8832bb3 (diff) | |
download | gdb-d003ec71554f479bf819004bd4663e30d6d81adf.tar.gz |
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 3064ce29a81..88895bb04de 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 |