File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ using std::operator<<;
319319// Providing char-type specializations for compare() and length() that
320320// use compiler intrinsics can improve compile- and run-time performance.
321321//
322- // The challenge is in using the right combinations of builtin availablity
322+ // The challenge is in using the right combinations of builtin availability
323323// and its constexpr-ness.
324324//
325325// | compiler | __builtin_memcmp (constexpr) | memcmp (constexpr) |
@@ -1106,7 +1106,7 @@ nssv_constexpr bool operator>= (
11061106
11071107#if ! nssv_CPP11_OR_GREATER || nssv_BETWEEN( nssv_COMPILER_MSVC_VERSION, 100, 141 )
11081108
1109- // accomodate for older compilers:
1109+ // accommodate for older compilers:
11101110
11111111// ==
11121112
You can’t perform that action at this time.
0 commit comments