fix typo to cycle bots

GitOrigin-RevId: 1e89f08f59acf8ffd48ffba32ee83a63934a6314
diff --git a/ELF/LinkerScript.cpp b/ELF/LinkerScript.cpp
index 201f1e4..ffba25c 100644
--- a/ELF/LinkerScript.cpp
+++ b/ELF/LinkerScript.cpp
@@ -772,7 +772,7 @@
           add(depSec);
   };
 
-  // For futher --emit-reloc handling code we need target output section
+  // For further --emit-reloc handling code we need target output section
   // to be created before we create relocation output section, so we want
   // to create target sections first. We do not want priority handling
   // for synthetic sections because them are special.