From: Markus Elfring Date: Tue, 3 Oct 2017 19:24:00 +0000 (+0200) Subject: ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request() X-Git-Tag: v4.15-rc1~76^2~24^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28fd7e99257c7d8ff41544a6ee23c96cc10799e0;p=thirdparty%2Fkernel%2Flinux.git ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request() Adjust three words in this description. Signed-off-by: Markus Elfring Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c index 14779d6f425d4..d443e481c3e94 100644 --- a/arch/arm/plat-omap/dmtimer.c +++ b/arch/arm/plat-omap/dmtimer.c @@ -254,8 +254,8 @@ static struct omap_dm_timer *_omap_dm_timer_request(int req_type, void *data) if (cap == (t->capability & cap)) { /* * If timer is not NULL, we have already found - * one timer but it was not an exact match - * because it had more capabilites that what + * one timer. But it was not an exact match + * because it had more capabilities than what * was required. Therefore, unreserve the last * timer found and see if this one is a better * match.