OSDN Git Service

Fix comment typos. NFC.
[android-x86/external-llvm.git] / lib / MC / WinCOFFObjectWriter.cpp
index 5730c93..afc5c6a 100644 (file)
@@ -791,7 +791,7 @@ void WinCOFFObjectWriter::recordRelocation(
     }
   }
 
-  // The fixed value never makes sense for section indicies, ignore it.
+  // The fixed value never makes sense for section indices, ignore it.
   if (Fixup.getKind() == FK_SecRel_2)
     FixedValue = 0;