From 95a414c089c4f9b10225cc6b29566d0338300a06 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 20 Aug 2016 09:49:36 +0100 Subject: [PATCH] Fix spelling typo. --- include/boost/multiprecision/cpp_int.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/multiprecision/cpp_int.hpp b/include/boost/multiprecision/cpp_int.hpp index 3e830d2e..c348020d 100644 --- a/include/boost/multiprecision/cpp_int.hpp +++ b/include/boost/multiprecision/cpp_int.hpp @@ -1392,7 +1392,7 @@ private: } } // - // Exception guarentee: create the result in stack variable "result" + // Exception guarantee: create the result in stack variable "result" // then do a swap at the end. In the event of a throw, *this will // be left unchanged. //