diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2020-10-08 20:44:09 +0900 |
---|---|---|
committer | Paul Elder <paul.elder@ideasonboard.com> | 2020-10-09 08:37:10 +0900 |
commit | 4d4a8862b2083628dab106e57f1be750bf6d8c61 (patch) | |
tree | 1b0c02e9f85ecbe49c5f95dd122641730964db40 | |
parent | 6c4999e6a41dc11f0c3a0289c050c0d6b6174292 (diff) |
test: span: Fix typo describing the dynamic span test
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | test/span.cpp | 2 |
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. */ |