[llvm] 30140cd - [llvm] Fix typo in test case comment (NFC)
Tobias Gysi via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 22 10:53:48 PDT 2020
Author: Tobias Gysi
Date: 2020-06-22T19:53:01+02:00
New Revision: 30140cd24920a2c5469f503df7b39532c7af292d
URL: https://github.com/llvm/llvm-project/commit/30140cd24920a2c5469f503df7b39532c7af292d
DIFF: https://github.com/llvm/llvm-project/commit/30140cd24920a2c5469f503df7b39532c7af292d.diff
LOG: [llvm] Fix typo in test case comment (NFC)
Added:
Modified:
llvm/test/Transforms/Inline/always-inline.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/Inline/always-inline.ll b/llvm/test/Transforms/Inline/always-inline.ll
index 791eb94779b7..81cbb73fbf59 100644
--- a/llvm/test/Transforms/Inline/always-inline.ll
+++ b/llvm/test/Transforms/Inline/always-inline.ll
@@ -212,7 +212,7 @@ entry:
; CHECK: ret void
}
-; The 'inner10' and 'outer10' functions test a frustrating consquence of the
+; The 'inner10' and 'outer10' functions test a frustrating consequence of the
; current 'alwaysinline' semantic model. Because such functions are allowed to
; be external functions, it may be necessary to both inline all of their uses
; and leave them in the final output. These tests can be removed if and when
More information about the llvm-commits
mailing list