From 92771975068cc7da443a0a92ab7ae0b72a8910e2 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 22 May 2007 20:58:49 +0000 Subject: [PATCH] Documentation fix. --- core/sys/rtimer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sys/rtimer.h b/core/sys/rtimer.h index 04d127730..fd926d070 100644 --- a/core/sys/rtimer.h +++ b/core/sys/rtimer.h @@ -9,7 +9,7 @@ /** * \file - * Header file for the real-time module. + * Header file for the real-time timer module. * \author * Adam Dunkels * @@ -45,7 +45,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: rtimer.h,v 1.4 2007/05/17 00:24:29 adamdunkels Exp $ + * @(#)$Id: rtimer.h,v 1.5 2007/05/22 20:58:49 adamdunkels Exp $ */ #ifndef __RTIMER_H__ #define __RTIMER_H__