Corrected typo

This commit is contained in:
ghidra1 2020-10-30 14:03:52 -04:00
parent f0b5c6f8c7
commit 939e000113

View file

@ -58,7 +58,7 @@ generateGrammarSource {
// contributing grammar files have changed. Antlr plugin does not know // contributing grammar files have changed. Antlr plugin does not know
// about the SleighLexar.tokens dependency on changes to BaseLexer.g, // about the SleighLexar.tokens dependency on changes to BaseLexer.g,
// DisplayLexer.g or SemanticLexer.g // DisplayLexer.g or SemanticLexer.g
delete file("$buildDir/${genSrcDir}/ghidra/sleigh/grammar/SleighLexar.tokens") delete file("$buildDir/${genSrcDir}/ghidra/sleigh/grammar/SleighLexer.tokens")
} }
doLast { doLast {