Skip to content

Commit

Permalink
Merge pull request #198 from adiprerepa/master
Browse files Browse the repository at this point in the history
Typo: Update language_facilities.tex
  • Loading branch information
angrave authored Dec 18, 2023
2 parents 23978eb + 934f82c commit 7187355
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 7187355

Please sign in to comment.