After writing some mathematical expressions, I want to add space between comment and expression.
E.g.
\begin{align*}
f(x) &= x^2-2x+1 (it's a comment) \\
\end{align*}
The above latex code does not put space between "(it's a comment) " and function? How can I add space?