* command.h, remote.c: Fix a typo in comment.
This commit is contained in:
Yao Qi 2012-07-19 16:01:13 +00:00
parent 608b49672e
commit a7c3d16228
3 changed files with 6 additions and 2 deletions

View file

@ -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