diff --git a/source/expressions.tex b/source/expressions.tex index b063e7453d..9589921d5b 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -340,7 +340,7 @@ the value category of the expression is not altered. Let $X$ be the object or function denoted by the reference. If a pointer to $X$ would be valid in -the context of the evalution of the expression\iref{basic.fundamental}, +the context of the evaluation of the expression\iref{basic.fundamental}, the result designates $X$; otherwise, the behavior is undefined. \begin{note}