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>
This commit is contained in:
Paul Elder 2020-10-08 20:44:09 +09:00
parent 6c4999e6a4
commit 4d4a8862b2

View file

@ -106,7 +106,7 @@ protected:
/* staticSpan.subspan(2, 4); */ /* 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 * extent. Commented-out tests are expected not to compile, or
* to generate undefined behaviour. * to generate undefined behaviour.
*/ */