Documentation fix.

This commit is contained in:
adamdunkels 2007-05-22 20:58:49 +00:00
parent 95706ae1aa
commit 9277197506
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
/**
* \file
* Header file for the real-time module.
* Header file for the real-time timer module.
* \author
* Adam Dunkels <adam@sics.se>
*
@ -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__