From 6b7173809d59a3e57e2e1f53ca40a3a627ea1b27 Mon Sep 17 00:00:00 2001 From: nvt-se Date: Mon, 12 Nov 2007 12:34:29 +0000 Subject: [PATCH] anonymous -> identified. --- core/net/rime/ibc.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/net/rime/ibc.h b/core/net/rime/ibc.h index ab2864cf4..c9a334622 100644 --- a/core/net/rime/ibc.h +++ b/core/net/rime/ibc.h @@ -46,7 +46,7 @@ * * This file is part of the Contiki operating system. * - * $Id: ibc.h,v 1.8 2007/03/31 18:31:27 adamdunkels Exp $ + * $Id: ibc.h,v 1.9 2007/11/12 12:34:29 nvt-se Exp $ */ /** @@ -65,7 +65,7 @@ struct ibc_conn; /** - * \brief Callback structure for abc + * \brief Callback structure for ibc * */ struct ibc_callbacks { @@ -110,15 +110,15 @@ void ibc_open(struct ibc_conn *c, u16_t channel, void ibc_close(struct ibc_conn *c); /** - * \brief Send an anonymous best-effort broadcast packet + * \brief Send an identified best-effort broadcast packet * \param c The ibc connection on which the packet should be sent * \retval Non-zero if the packet could be sent, zero otherwise * - * This function sends an anonymous best-effort broadcast + * This function sends an identified best-effort broadcast * packet. The packet must be present in the rimebuf * before this function is called. * - * The parameter c must point to an abc connection that + * The parameter c must point to an ibc connection that * must have previously been set up with ibc_open(). * */