Rename EHInputSection -> EhInputSection.

llvm-svn: 270532
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp
index 4300431..8af6f7b 100644
--- a/lld/ELF/Writer.cpp
+++ b/lld/ELF/Writer.cpp
@@ -1363,7 +1363,7 @@
 
         // Now that scan relocs possibly changed the size, update the offset.
         Sec->setSize(Off + S->getSize());
-      } else if (auto *EH = dyn_cast<EHInputSection<ELFT>>(S)) {
+      } else if (auto *EH = dyn_cast<EhInputSection<ELFT>>(S)) {
         if (EH->RelocSection)
           scanRelocs(*EH, *EH->RelocSection);
       }