From 05454ce929f5b95b6a6cffbff47a682bbcb52629 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 2 Jul 2008 14:10:28 +0000 Subject: [PATCH] Documentation bugfix --- core/net/mac/mac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/mac/mac.h b/core/net/mac/mac.h index 49c2aba24..c9f671075 100644 --- a/core/net/mac/mac.h +++ b/core/net/mac/mac.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: mac.h,v 1.3 2008/06/30 08:08:27 adamdunkels Exp $ + * $Id: mac.h,v 1.4 2008/07/02 14:10:28 adamdunkels Exp $ */ /** @@ -42,7 +42,7 @@ #define __MAC_H__ /** - * The structure of a device driver for a radio in Contiki. + * The structure of a MAC protocol driver in Contiki. */ struct mac_driver { char *name;