summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2017-03-03 20:02:19 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2017-03-03 20:02:53 +0200
commit95f1f96d06d2587811b5b80de8e0f2aa9a0750cd (patch)
tree7f4d7b7a544b1200d81e4532c7d30bf670d6fa41
parent02787fdab3eefae760bd71a49e9d64e09e597257 (diff)
vsp-lib: Fix typo in comment
HSV is not written HSB. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rwxr-xr-xscripts/vsp-lib.sh2
1 files changed, 1 insertions, 1 deletions
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)