Skip to content

Commit

Permalink
Update language_facilities.tex
Browse files Browse the repository at this point in the history
Annoying typo
  • Loading branch information
adiprerepa authored Aug 22, 2023
1 parent e7e4462 commit 934f82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion introc/language_facilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ \subsection{Keywords}
}
\end{lstlisting}

\item \keyword{inline} is a compiler keyword that tells the compiler it's okay to moit the C function call procedure and "paste" the code in the callee.
\item \keyword{inline} is a compiler keyword that tells the compiler it's okay to omit the C function call procedure and "paste" the code in the callee.
Instead, the compiler is hinted at substituting the function body directly into the calling function.
This is not always recommended explicitly as the compiler is usually smart enough to know when to \keyword{inline} a function for you.

Expand Down

0 comments on commit 934f82c

Please sign in to comment.