From 4d4a8862b2083628dab106e57f1be750bf6d8c61 Mon Sep 17 00:00:00 2001
From: Paul Elder <paul.elder@ideasonboard.com>
Date: Thu, 8 Oct 2020 20:44:09 +0900
Subject: 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>
---
 test/span.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 		 */
-- 
cgit v1.2.1