Fix typos in documentation

GitOrigin-RevId: a82f2b2db34c58f18d7abbdbe7af51cc1e7ec3aa
diff --git a/docs/ELF/start-stop-gc.rst b/docs/ELF/start-stop-gc.rst
index 0baa1ca..acbc3c9 100644
--- a/docs/ELF/start-stop-gc.rst
+++ b/docs/ELF/start-stop-gc.rst
@@ -10,7 +10,7 @@
 it is likely your C identifier name sections are not properly annotated to
 suffice under ``--gc-sections``.
 
-``__start_meta`` and ``__stop_meta`` are sometimed called encapsulation
+``__start_meta`` and ``__stop_meta`` are sometimes called encapsulation
 symbols. In October 2015, GNU ld switched behavior and made a ``__start_meta``
 reference from a live section retain all ``meta`` input sections. This
 conservative behavior works for existing code which does not take GC into fair