From 881fac7f50baccb30a802b8302bada77162118cb Mon Sep 17 00:00:00 2001 From: nvt-se Date: Fri, 12 Mar 2010 13:25:14 +0000 Subject: [PATCH] fixed comment --- core/net/sicslowpan.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/net/sicslowpan.c b/core/net/sicslowpan.c index 4da7885e7..180fe1078 100644 --- a/core/net/sicslowpan.c +++ b/core/net/sicslowpan.c @@ -32,7 +32,7 @@ * * This file is part of the Contiki operating system. * - * $Id: sicslowpan.c,v 1.25 2010/03/12 13:20:13 nvt-se Exp $ + * $Id: sicslowpan.c,v 1.26 2010/03/12 13:25:14 nvt-se Exp $ */ /** * \file @@ -289,9 +289,9 @@ addr_context_lookup_by_number(u8_t number) { return NULL; } /*--------------------------------------------------------------------*/ - /** -+ * Callback function for the MAC packet sent callback -+ */ +/** + * Callback function for the MAC packet sent callback + */ static void packet_sent(void *ptr, int status, int transmissions) {