[llvm] ecb098c - [FileCheck][NFC] Fix typo in test comment
Joel E. Denny via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 24 11:49:41 PDT 2020
Author: Joel E. Denny
Date: 2020-06-24T14:49:23-04:00
New Revision: ecb098c6debd13a8fbe5c730a5c717b627ee27cd
URL: https://github.com/llvm/llvm-project/commit/ecb098c6debd13a8fbe5c730a5c717b627ee27cd
DIFF: https://github.com/llvm/llvm-project/commit/ecb098c6debd13a8fbe5c730a5c717b627ee27cd.diff
LOG: [FileCheck][NFC] Fix typo in test comment
Added:
Modified:
llvm/test/FileCheck/dump-input-enable.txt
Removed:
################################################################################
diff --git a/llvm/test/FileCheck/dump-input-enable.txt b/llvm/test/FileCheck/dump-input-enable.txt
index 48a6eef41715..6f1f8e123207 100644
--- a/llvm/test/FileCheck/dump-input-enable.txt
+++ b/llvm/test/FileCheck/dump-input-enable.txt
@@ -144,7 +144,7 @@ BADVAL: {{F|f}}ile{{C|c}}heck{{.*}}: for the --dump-input option: Cannot find op
;--------------------------------------------------
; Check multiple -dump-input options.
;
-; This ocurrs most commonly when a test author specifies -dump-input on a
+; This occurs most commonly when a test author specifies -dump-input on a
; specific FileCheck call while a test runner specifies -dump-input in
; FILECHECK_OPTS, but check the behavior generally.
;
More information about the llvm-commits
mailing list