Skip to content

Commit

Permalink
Fix the grammar in a comment (#12386)
Browse files Browse the repository at this point in the history
## Summary of the Pull Request
After 'must', the verb is used without 'to'. Correct: "must" or "have to".

## PR Checklist
* [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA

## Validation Steps Performed
Not required, only comment has been changed.
  • Loading branch information
sebastiansterk authored Feb 7, 2022
1 parent 527b9cd commit 9cdebf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ using Microsoft::Console::VirtualTerminal::StateMachine;
wstr.resize((dbcsLength + mbPtrLength) / sizeof(wchar_t));
}

// Hold the specific version of the waiter locally so we can tinker with it if we must to store additional context.
// Hold the specific version of the waiter locally so we can tinker with it if we have to store additional context.
std::unique_ptr<WriteData> writeDataWaiter{};

// Make the W version of the call
Expand Down

0 comments on commit 9cdebf4

Please sign in to comment.