[NFC] Fix typo
authorSebastian Neubauer <sebastian.neubauer@amd.com>
Mon, 21 Jun 2021 12:59:30 +0000 (14:59 +0200)
committerSebastian Neubauer <sebastian.neubauer@amd.com>
Mon, 21 Jun 2021 12:59:30 +0000 (14:59 +0200)
llvm/include/llvm/CodeGen/LiveIntervalCalc.h

index 4dd22cd..b8d67ef 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//