mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 12:53:17 +08:00
gdb/
* command.h, remote.c: Fix a typo in comment.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user