Skip to content

Commit 2607cbf

Browse files
committed
Apply feedback (fix typos) from #23475
1 parent cdfd2f8 commit 2607cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

emcc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,11 +738,11 @@ def phase_parse_arguments(state):
738738

739739

740740
def separate_linker_flags(state, newargs):
741-
"""Process argument list separating out intput files, compiler flags
741+
"""Process argument list separating out input files, compiler flags
742742
and linker flags.
743743
744744
- Linker flags are stored in state.link_flags
745-
- Input files and compiler-only flags are return as two separate lists.
745+
- Input files and compiler-only flags are returned as two separate lists.
746746
747747
Both linker flags and input files are stored as pairs of (i, entry) where
748748
`i` is the orginal index in the command line arguments. This allow the two

0 commit comments

Comments
 (0)