[llvm] 2c6ce15 - [llvm] Fix misspelling in DWARFLinkerTypeUnit (#184335)

via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 18 17:39:06 PDT 2026


Author: Andrei (Andrey) Khropov
Date: 2026-04-18T17:39:00-07:00
New Revision: 2c6ce15199c9c97900f24b308afef38731db8adb

URL: https://github.com/llvm/llvm-project/commit/2c6ce15199c9c97900f24b308afef38731db8adb
DIFF: https://github.com/llvm/llvm-project/commit/2c6ce15199c9c97900f24b308afef38731db8adb.diff

LOG: [llvm] Fix misspelling in DWARFLinkerTypeUnit (#184335)

Added: 
    

Modified: 
    llvm/lib/DWARFLinker/Parallel/DWARFLinkerTypeUnit.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/DWARFLinker/Parallel/DWARFLinkerTypeUnit.h b/llvm/lib/DWARFLinker/Parallel/DWARFLinkerTypeUnit.h
index 328da5c0570b1..068b1e9056470 100644
--- a/llvm/lib/DWARFLinker/Parallel/DWARFLinkerTypeUnit.h
+++ b/llvm/lib/DWARFLinker/Parallel/DWARFLinkerTypeUnit.h
@@ -36,7 +36,7 @@ class TypeUnit : public DwarfUnit {
   /// Returns global type pool.
   TypePool &getTypePool() { return Types; }
 
-  /// TypeUnitAccelInfo extends AccelInfo structure with type specific fileds.
+  /// TypeUnitAccelInfo extends AccelInfo structure with type specific fields.
   /// We need these additional fields to decide whether OutDIE should have an
   /// accelerator record or not. The TypeEntryBodyPtr can refer to the
   /// declaration DIE and definition DIE corresponding to the type entry.


        


More information about the llvm-commits mailing list