diff --git a/include/EAStdC/EABitTricks.h b/include/EAStdC/EABitTricks.h index eff09cd..82889b8 100644 --- a/include/EAStdC/EABitTricks.h +++ b/include/EAStdC/EABitTricks.h @@ -747,7 +747,7 @@ namespace StdC /// IsPowerOf2Minus1 - /// How to tell if an unsigned integer is of the form 2n-1 (e.g. 0x0fff, 0x000fffff). + /// How to tell if an unsigned integer is of the form 2**n-1 (e.g. 0x0fff, 0x000fffff). /// Returns true for an input of 0. /// Example: /// 00001111 (15) -> true