From f646230db8a579555b2523def32532ce0def810c Mon Sep 17 00:00:00 2001 From: Terrell Russell Date: Mon, 14 Dec 2015 13:53:12 -0500 Subject: [PATCH] comment typo fix --- include/boost/algorithm/algorithm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/algorithm/algorithm.hpp b/include/boost/algorithm/algorithm.hpp index a3a6bee..ab0d4af 100644 --- a/include/boost/algorithm/algorithm.hpp +++ b/include/boost/algorithm/algorithm.hpp @@ -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)