Skip to content

Commit 38df37b

Browse files
committed
Fix typo
1 parent 1eedb9f commit 38df37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/MachinePipeliner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ INITIALIZE_PASS_END(MachinePipeliner, DEBUG_TYPE,
239239

240240
namespace {
241241

242-
/// This class holds an SUnit corresponing to a memory operation and other
242+
/// This class holds an SUnit corresponding to a memory operation and other
243243
/// information related to the instruction.
244244
struct SUnitWithMemInfo {
245245
SUnit *SU;

0 commit comments

Comments
 (0)