gdb/
* command.h, remote.c: Fix a typo in comment.
This commit is contained in:
parent
608b49672e
commit
a7c3d16228
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue