[MCDwarf][NFC] Typo in function documentation
authorJuan Manuel MARTINEZ CAAMAÑO <juamarti@amd.com>
Tue, 3 Jan 2023 12:56:48 +0000 (13:56 +0100)
committerJuan Manuel MARTINEZ CAAMAÑO <juamarti@amd.com>
Tue, 3 Jan 2023 16:54:53 +0000 (17:54 +0100)
llvm/lib/MC/MCDwarf.cpp

index a3ecebb..7c37e92 100644 (file)
@@ -114,7 +114,7 @@ void MCDwarfLineEntry::make(MCStreamer *MCOS, MCSection *Section) {
 }
 
 //
-// This helper routine returns an expression of End - Start + IntVal .
+// This helper routine returns an expression of End - Start - IntVal .
 //
 static inline const MCExpr *makeEndMinusStartExpr(MCContext &Ctx,
                                                   const MCSymbol &Start,