Skip to content

Commit c76277b

Browse files
authored
fix typos in string_view.hpp (thanks @striezel, #43)
1 parent 31e4394 commit c76277b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/nonstd/string_view.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)