comment typo fix

This commit is contained in:
Terrell Russell
2015-12-14 13:53:12 -05:00
parent 1a79438687
commit f646230db8

View File

@ -58,7 +58,7 @@ power (T x, Integer n) {
/// \fn power ( T x, Integer n, Operation op )
/// \return the value "x" raised to the power "n"
/// using the operaton "op".
/// using the operation "op".
///
/// \param x The value to be exponentiated
/// \param n The exponent (must be >= 0)