C++: fix typos in comments

This commit is contained in:
Nick Rolfe
2022-05-12 14:28:26 +01:00
parent 844eef173c
commit 76cf8d1659
16 changed files with 18 additions and 18 deletions

View File

@@ -181,7 +181,7 @@ private string expectationCommentPattern() { result = "\\s*\\$((?:[^/]|/[^/])*)(
/**
* The possible columns in an expectation comment. The `TDefaultColumn` branch represents the first
* column in a comment. This column is not precedeeded by a name. `TNamedColumn(name)` represents a
* column containing expected results preceeded by the string `name:`.
* column containing expected results preceded by the string `name:`.
*/
private newtype TColumn =
TDefaultColumn() or