FIx typo in comment

Reviewed By: xgupta

Differential Revision: https://reviews.llvm.org/D118219
This commit is contained in:
Alex Tsao 2022-01-26 22:02:32 +05:30 committed by Shivam Gupta
parent e6ebd2c72d
commit 82f987fdd0
1 changed files with 1 additions and 1 deletions

View File

@ -993,7 +993,7 @@ class InstrInfo {
// by default, and TableGen will infer their value from the instruction
// pattern when possible.
//
// Normally, TableGen will issue an error it it can't infer the value of a
// Normally, TableGen will issue an error if it can't infer the value of a
// property that hasn't been set explicitly. When guessInstructionProperties
// is set, it will guess a safe value instead.
//