[llvm] 4684cd5 - [NFC] Fix typo
Sebastian Neubauer via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 05:59:43 PDT 2021
Author: Sebastian Neubauer
Date: 2021-06-21T14:59:30+02:00
New Revision: 4684cd543cfa5df04c9242df17a50e74b22b08bc
URL: https://github.com/llvm/llvm-project/commit/4684cd543cfa5df04c9242df17a50e74b22b08bc
DIFF: https://github.com/llvm/llvm-project/commit/4684cd543cfa5df04c9242df17a50e74b22b08bc.diff
LOG: [NFC] Fix typo
Added:
Modified:
llvm/include/llvm/CodeGen/LiveIntervalCalc.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/LiveIntervalCalc.h b/llvm/include/llvm/CodeGen/LiveIntervalCalc.h
index 4dd22cdfa224c..b8d67ef8f4e19 100644
--- a/llvm/include/llvm/CodeGen/LiveIntervalCalc.h
+++ b/llvm/include/llvm/CodeGen/LiveIntervalCalc.h
@@ -9,7 +9,7 @@
// The LiveIntervalCalc class is an extension of LiveRangeCalc targeted to the
// computation and modification of the LiveInterval variants of LiveRanges.
// LiveIntervals are meant to track liveness of registers and stack slots and
-// LiveIntervalCalc adds to LiveRangeCalc all the machinery requied to
+// LiveIntervalCalc adds to LiveRangeCalc all the machinery required to
// construct the liveness of virtual registers tracked by a LiveInterval.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list