]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request()
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 3 Oct 2017 19:24:00 +0000 (21:24 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 11 Oct 2017 18:13:20 +0000 (11:13 -0700)
Adjust three words in this description.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dmtimer.c

index 14779d6f425d43390d08a43615fd182651f16f56..d443e481c3e94aeddcc82ec199a4be82e6bb06ca 100644 (file)
@@ -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.