diff --git a/source/declarations.tex b/source/declarations.tex index 510def3e41..f55e86e8a6 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -1123,7 +1123,7 @@ \end{note} \pnum -The inline specifier indicates to +The \keyword{inline} specifier indicates to the implementation that inline substitution of the function body at the point of call is to be preferred to the usual function call mechanism. An implementation is not required to perform this inline substitution at