From: Jane Doe Date: Sat, 17 Nov 2018 20:30:46 +0000 (-0800) Subject: grammer -> grammar X-Git-Tag: submit/tizen/20181205.102314~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25ca9f392ffe069eafc0a39585d71e207bbc6bc5;p=sdk%2Ftools%2Fnetcoredbg.git grammer -> grammar --- diff --git a/tests/runner/MIResults.cs b/tests/runner/MIResults.cs index 1da28b8..2ed565e 100644 --- a/tests/runner/MIResults.cs +++ b/tests/runner/MIResults.cs @@ -915,7 +915,7 @@ namespace MICore /// /// GDB (on x86) sometimes returns a tuple list in a context requiring a tuple (<MULTIPLE> breakpoints). - /// The grammer does not allow this, but we recognize it and accept it only in the special case when it is contained + /// The grammar does not allow this, but we recognize it and accept it only in the special case when it is contained /// in a result value. /// tuplelist -- tuple ("," tuple)* /// value -- const | tuple | tuplelist | list