X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FVfrCompile%2FPccts%2FKNOWN_PROBLEMS.txt;fp=BaseTools%2FSource%2FC%2FVfrCompile%2FPccts%2FKNOWN_PROBLEMS.txt;h=539cf775257bc987b188c923ff28e972bc27667b;hp=5a9b22e1bd5fb3fd21bc10e9ace42cef2e6e798e;hb=fb0b35e05f772bd415fe264267bbbcde2e0accda;hpb=325ad6226099d276564a65cdef012de0ff45ba8e diff --git a/BaseTools/Source/C/VfrCompile/Pccts/KNOWN_PROBLEMS.txt b/BaseTools/Source/C/VfrCompile/Pccts/KNOWN_PROBLEMS.txt index 5a9b22e1bd..539cf77525 100644 --- a/BaseTools/Source/C/VfrCompile/Pccts/KNOWN_PROBLEMS.txt +++ b/BaseTools/Source/C/VfrCompile/Pccts/KNOWN_PROBLEMS.txt @@ -22,7 +22,7 @@ If the context guard g is not a subset of the lookahead context for r1 (in other words g is neither A nor B) then the code may execute r1 even when the lookahead context is not satisfied. This is an error - by the person coding the grammer, and the error should be reported to + by the person coding the grammar, and the error should be reported to the user, but it isn't. expect. Some examples I've run seem to indicate that such an error actually results in the rule becoming unreachable. @@ -184,7 +184,7 @@ THM: In MR20 have fixed the most common cases. - The following token defintion will cause DLG to crash. + The following token definition will cause DLG to crash. #token "()"