From 157e861aa6e93a72018c408e82863a3253550a4d Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Fri, 20 Mar 2020 10:41:19 +0100 Subject: common: fix typos found with codespell Signed-off-by: Yegor Yefremov Signed-off-by: Sascha Hauer --- common/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/clock.c') diff --git a/common/clock.c b/common/clock.c index 2b218fb6af..1a4931ca83 100644 --- a/common/clock.c +++ b/common/clock.c @@ -109,7 +109,7 @@ EXPORT_SYMBOL(get_time_ns); * calculated mult and shift factors. This guarantees that no 64bit * overflow happens when the input value of the conversion is * multiplied with the calculated mult factor. Larger ranges may - * reduce the conversion accuracy by chosing smaller mult and shift + * reduce the conversion accuracy by choosing smaller mult and shift * factors. */ -- cgit v1.2.3