diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2017-10-03 21:24:00 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-10-11 11:13:20 -0700 |
commit | 28fd7e99257c7d8ff41544a6ee23c96cc10799e0 (patch) | |
tree | 66ff54df8088c397fe75c932c9e8b74bc1509f97 /arch/arm/plat-omap | |
parent | 738c985d85afdc592c0dda205b2d71043bdc5bfb (diff) |
ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request()
Adjust three words in this description.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/dmtimer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c index 14779d6f425d..d443e481c3e9 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. |