diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst --- a/llvm/docs/CommandGuide/FileCheck.rst +++ b/llvm/docs/CommandGuide/FileCheck.rst @@ -430,7 +430,7 @@ CHECK: Value: CHECK-SAME: {{ 1$}} -This verifies that the *next* time "``Value:``" appears in the ouput, it has +This verifies that the *next* time "``Value:``" appears in the output, it has the value ``1``. Note: a "``CHECK-SAME:``" cannot be the first directive in a file.