[NFC] fix typo
authorSheng <ox59616e@gmail.com>
Wed, 1 Jun 2022 10:46:38 +0000 (18:46 +0800)
committerSheng <ox59616e@gmail.com>
Wed, 1 Jun 2022 10:48:03 +0000 (18:48 +0800)
llvm/include/llvm/CodeGen/TargetFrameLowering.h

index 263cbcd..fbce5d7 100644 (file)
@@ -223,7 +223,7 @@ public:
   emitCalleeSavedFrameMovesFullCFA(MachineBasicBlock &MBB,
                                    MachineBasicBlock::iterator MBBI) const {}
 
-  /// Returns true if we may need to fix the unwind infportmation for the
+  /// Returns true if we may need to fix the unwind information for the
   /// function.
   virtual bool enableCFIFixup(MachineFunction &MF) const;