aboutsummaryrefslogtreecommitdiff
path: root/pw_span/public/pw_span/span.h
diff options
context:
space:
mode:
Diffstat (limited to 'pw_span/public/pw_span/span.h')
-rw-r--r--pw_span/public/pw_span/span.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_span/public/pw_span/span.h b/pw_span/public/pw_span/span.h
index 3bc9ac559..8583a682b 100644
--- a/pw_span/public/pw_span/span.h
+++ b/pw_span/public/pw_span/span.h
@@ -12,7 +12,7 @@
// License for the specific language governing permissions and limitations under
// the License.
-// pw::span is an implementation of std::span for C++14 or newer. The
+// pw::span is an implementation of std::span for C++17 or newer. The
// implementation is shared with the std::span polyfill class.
#pragma once