From dae3dc22f3cd4099349c614d1297ade6bedcb039 Mon Sep 17 00:00:00 2001 From: nvt-se Date: Wed, 15 Dec 2010 19:57:40 +0000 Subject: [PATCH] Corrected a comment that was accidentally overwritten in a previous commit --- core/net/rpl/rpl-icmp6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/rpl/rpl-icmp6.c b/core/net/rpl/rpl-icmp6.c index 0a192fbcd..801441173 100644 --- a/core/net/rpl/rpl-icmp6.c +++ b/core/net/rpl/rpl-icmp6.c @@ -32,7 +32,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rpl-icmp6.c,v 1.32 2010/12/13 10:59:37 joxe Exp $ + * $Id: rpl-icmp6.c,v 1.33 2010/12/15 19:57:40 nvt-se Exp $ */ /** * \file @@ -312,7 +312,7 @@ dio_output(rpl_dag_t *dag, uip_ipaddr_t *uc_addr) int pos; uip_ipaddr_t addr; - /* DAG Information Solicitation */ + /* DAG Information Object */ pos = 0; buffer = UIP_ICMP_PAYLOAD;