From 80790f50dbba753269908e5439d7e1c3f81320ff Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Wed, 1 Feb 2023 18:59:35 +0100 Subject: [PATCH] isl: fix some documentation Signed-off-by: Rohan Garg Reviewed-by: Faith Ekstrand Part-of: --- src/intel/isl/isl_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/isl/isl_format.c b/src/intel/isl/isl_format.c index db8d146b4e2..bd2d8556989 100644 --- a/src/intel/isl/isl_format.c +++ b/src/intel/isl/isl_format.c @@ -1356,7 +1356,7 @@ unpack_channel(union isl_color_value *value, } /** - * Take unpack an isl_color_value from the actual bits as specified by + * Unpack an isl_color_value from the actual bits as specified by * the isl_format. This function is very slow for a format conversion * function but should be fine for a single pixel worth of data. */