From 68c9a6034820f2f38d6324559eb9f1e04f0641d5 Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Thu, 7 Mar 2013 16:33:33 +0100
Subject: [PATCH] * fixed a copy&paste error in hwtimer_arch.h

---
 core/include/hwtimer_arch.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/core/include/hwtimer_arch.h b/core/include/hwtimer_arch.h
index ab7e841400..23fa96b890 100644
--- a/core/include/hwtimer_arch.h
+++ b/core/include/hwtimer_arch.h
@@ -41,8 +41,7 @@ void hwtimer_arch_disable_interrupt(void);
 void hwtimer_arch_set(unsigned long offset, short timer);
 
 /**
- * Set a kernel timer to raise an interrupt after ::offset kernel timer ticks
- * from now.
+ * Set a kernel timer to raise an interrupt at specified system time.
  */
 void hwtimer_arch_set_absolute(unsigned long value, short timer);
 
-- 
GitLab