[Sound-open-firmware] [PATCH] work: fix typos for comment message

Keyon Jie yang.jie at linux.intel.com
Thu Mar 9 07:09:20 CET 2017


Signed-off-by: Keyon Jie <yang.jie at linux.intel.com>
---
 src/lib/work.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/work.c b/src/lib/work.c
index f93da31..8062ca5 100644
--- a/src/lib/work.c
+++ b/src/lib/work.c
@@ -300,7 +300,7 @@ static void work_notify(int message, void *data, void *event_data)
 
 	spin_lock_irq(&queue->lock, flags);
 
-	/* we need to re-caclulate timer when CPU freqency changes */
+	/* we need to re-caclulate timer when CPU frequency changes */
 	if (message == CLOCK_NOTIFY_POST) {
 
 		/* CPU frequency update complete */
@@ -336,7 +336,7 @@ void work_schedule(struct work_queue *queue, struct work *w, uint32_t timeout)
 			goto out;
 	}
 
-	/* convert timeout microsecs to CPU clock ticks */
+	/* convert timeout micro seconds to CPU clock ticks */
 	w->timeout = queue->ticks_per_usec * timeout + work_get_timer(queue);
 
 	/* insert work into list */
-- 
2.7.4



More information about the Sound-open-firmware mailing list