diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-02-13 10:40:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-13 10:40:57 -0500 |
| commit | 259cfa9dabca31bb1739f9ca1b42e7ca1181652f (patch) | |
| tree | 78273886addaf9598fb11f2699bfca34551bb965 /tests | |
| parent | 73af7100416e1627d1de0aaa94983f56406a9d49 (diff) | |
Fix typos in diagnostic message and comments (#843)
* * Fix some comment typos
* Fix typo in diagnostic message
* Fix typo in expected output of undefined-in-preprocessor-conditional
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/diagnostics/undefined-in-preprocessor-conditional.slang.expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diagnostics/undefined-in-preprocessor-conditional.slang.expected b/tests/diagnostics/undefined-in-preprocessor-conditional.slang.expected index ac8be68a2..76a5d1775 100644 --- a/tests/diagnostics/undefined-in-preprocessor-conditional.slang.expected +++ b/tests/diagnostics/undefined-in-preprocessor-conditional.slang.expected @@ -1,6 +1,6 @@ result code = 0 standard error = { -tests/diagnostics/undefined-in-preprocessor-conditional.slang(8): warning 15205: undefined idenfier 'BART' in preprocessor expression will evaluate to zero +tests/diagnostics/undefined-in-preprocessor-conditional.slang(8): warning 15205: undefined identifier 'BART' in preprocessor expression will evaluate to zero } standard output = { } |
