From 95f1f96d06d2587811b5b80de8e0f2aa9a0750cd Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 3 Mar 2017 20:02:19 +0200 Subject: vsp-lib: Fix typo in comment HSV is not written HSB. Signed-off-by: Laurent Pinchart --- scripts/vsp-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vsp-lib.sh b/scripts/vsp-lib.sh index 6904f3a..4f2c54d 100755 --- a/scripts/vsp-lib.sh +++ b/scripts/vsp-lib.sh @@ -105,7 +105,7 @@ reference_frame() { # gen-image doesn't support processing HSV input images. The good news # is that the HSV tests that take HSV images as inputs don't need to - # perform any processing. We can set the input format to RGB for HSB + # perform any processing. We can set the input format to RGB for HSV # reference frame generation. case $in_format in HSV24 | HSV32) -- cgit v1.2.3