grammer -> grammar
authorJane Doe <github.jane.doe@outlook.com>
Sat, 17 Nov 2018 20:30:46 +0000 (12:30 -0800)
committerJane Doe <github.jane.doe@outlook.com>
Sat, 17 Nov 2018 20:35:55 +0000 (12:35 -0800)
tests/runner/MIResults.cs

index 1da28b8..2ed565e 100644 (file)
@@ -915,7 +915,7 @@ namespace MICore
 
         /// <summary>
         /// GDB (on x86) sometimes returns a tuple list in a context requiring a tuple (&lt;MULTIPLE&gt; 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