[libcamera-devel] test: span: Fix typo describing the dynamic span test
diff mbox series

Message ID 20201008114522.550670-1-paul.elder@ideasonboard.com
State Accepted
Commit 4d4a8862b2083628dab106e57f1be750bf6d8c61
Headers show
Series
  • [libcamera-devel] test: span: Fix typo describing the dynamic span test
Related show

Commit Message

Paul Elder Oct. 8, 2020, 11:45 a.m. UTC
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
---
 test/span.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kieran Bingham Oct. 8, 2020, 11:52 a.m. UTC | #1
Hi Paul,

On 08/10/2020 12:45, Paul Elder wrote:
> Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>

Reviewed-by: Kieran Bingham <kieran.bingham@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.
>  		 */
>
Laurent Pinchart Oct. 8, 2020, 7:24 p.m. UTC | #2
Hi Paul,

Thank you for the patch.

On Thu, Oct 08, 2020 at 08:45:22PM +0900, Paul Elder wrote:
> Signed-off-by: Paul Elder <paul.elder@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.
>  		 */

Patch
diff mbox series

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.
 		 */