diff options
Diffstat (limited to '011load.cc')
-rw-r--r-- | 011load.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/011load.cc b/011load.cc index b89d18fe..8eec19a0 100644 --- a/011load.cc +++ b/011load.cc @@ -163,7 +163,7 @@ bool next_instruction(istream& in, instruction* curr) { return true; } -// can return empty string -- only if `in` has no more data +// can return empty string -- only if 'in' has no more data string next_word(istream& in) { skip_whitespace_but_not_newline(in); // End next_word Special-cases |