Skip to content

Commit e9b131a

Browse files
authored
[docs]: fix typo in compilation-model.tex
1 parent 6221b29 commit e9b131a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Generics/chapters/compilation-model.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ \chapter{Compilation Model}\label{compilation model}
105105

106106
\paragraph{Frontend flags.}
107107
\index{frontend flag}
108-
The flags we listed above for dumping various stages of compiler output are understood by both the driver and the frontend; the driver passes them down to the frontend. Various other flags used for compiler development and debugging and only known to the frontend. If the driver is invoked with the \IndexFlag{frontend}\texttt{-frontend} flag as the first command line flag, then instead of scheduling frontend jobs, the driver spawns a single frontend job, passing it the rest of the command line without further processing:
108+
The flags we listed above for dumping various stages of compiler output are understood by both the driver and the frontend; the driver passes them down to the frontend. Various other flags used for compiler development and debugging are only known to the frontend. If the driver is invoked with the \IndexFlag{frontend}\texttt{-frontend} flag as the first command line flag, then instead of scheduling frontend jobs, the driver spawns a single frontend job, passing it the rest of the command line without further processing:
109109
\begin{Verbatim}
110110
$ swiftc -frontend -typecheck -primary-file a.swift b.swift
111111
\end{Verbatim}

0 commit comments

Comments
 (0)