summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/span.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/span.cpp b/test/span.cpp
index 69f0732e..d60b769c 100644
--- a/test/span.cpp
+++ b/test/span.cpp
@@ -106,7 +106,7 @@ protected:
/* staticSpan.subspan(2, 4); */
/*
- * Compile-test construction and usage of spans with static
+ * Compile-test construction and usage of spans with dynamic
* extent. Commented-out tests are expected not to compile, or
* to generate undefined behaviour.
*/