From 48c1c7f221cd51fbe4fda3771eaed09edacef997 Mon Sep 17 00:00:00 2001 From: Tyler Trahan Date: Tue, 9 Nov 2021 07:18:01 -0700 Subject: Cleanup: Fix typo in overflowsafe_type comment --- src/core/overflowsafe_type.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/overflowsafe_type.hpp b/src/core/overflowsafe_type.hpp index 0976a090b..29aab175b 100644 --- a/src/core/overflowsafe_type.hpp +++ b/src/core/overflowsafe_type.hpp @@ -22,8 +22,8 @@ /** * Overflow safe template for integers, i.e. integers that will never overflow - * you multiply the maximum value with 2, or add 2, or subtract something from - * the minimum value, etc. + * when you multiply the maximum value with 2, or add 2, or subtract something + * from the minimum value, etc. * @param T the type these integers are stored with. */ template -- cgit v1.2.3-54-g00ecf