Fixed (experi)mental typo.

This commit is contained in:
christiaans 2006-07-07 11:33:36 +00:00
parent 333c3f18c0
commit 7a5cb21056
7 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
/** /**
* @file * @file
* [EXPIRIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) decoding * [EXPERIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) decoding
* *
* @todo not optimised (yet), favor correctness over speed, favor speed over size * @todo not optimised (yet), favor correctness over speed, favor speed over size
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* @file * @file
* [EXPIRIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) encoding * [EXPERIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) encoding
* *
* @todo not optimised (yet), favor correctness over speed, favor speed over size * @todo not optimised (yet), favor correctness over speed, favor speed over size
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* @file * @file
* [EXPIRIMENTAL] Management Information Base II (RFC1213) objects and functions * [EXPERIMENTAL] Management Information Base II (RFC1213) objects and functions
*/ */
/* /*

View File

@ -1,8 +1,8 @@
/** /**
* @file * @file
* [EXPIRIMENTAL] SNMP input message processing (RFC1157). * [EXPERIMENTAL] SNMP input message processing (RFC1157).
* *
* EXPIRIMENTAL dumb echo, this is not how the agent should respond. * EXPERIMENTAL dumb echo, this is not how the agent should respond.
* This is for test purposes only, DO NOT USE THIS CODE IN REAL WORLD!! * This is for test purposes only, DO NOT USE THIS CODE IN REAL WORLD!!
*/ */
@ -160,7 +160,7 @@ snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, struct ip_addr *addr,
LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_recv varbind cnt=%"U16_F"\n",(u16_t)msg_ps->invb.count)); LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_recv varbind cnt=%"U16_F"\n",(u16_t)msg_ps->invb.count));
/** @todo EXPIRIMENTAL dumb echo, this is not how the agent should respond. /** @todo EXPERIMENTAL dumb echo, this is not how the agent should respond.
This is for test purposes only, do not use this in real world!! */ This is for test purposes only, do not use this in real world!! */
msg_ps->outvb = msg_ps->invb; msg_ps->outvb = msg_ps->invb;
err_ret = snmp_send_response(msg_ps); err_ret = snmp_send_response(msg_ps);

View File

@ -1,6 +1,6 @@
/** /**
* @file * @file
* [EXPIRIMENTAL] SNMP output message processing (RFC1157). * [EXPERIMENTAL] SNMP output message processing (RFC1157).
* *
* Output responses and traps are build in two passes: * Output responses and traps are build in two passes:
* *

View File

@ -1,6 +1,6 @@
/** /**
* @file * @file
* [EXPIRIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) codec. * [EXPERIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) codec.
*/ */
/* /*

View File

@ -1,6 +1,6 @@
/** /**
* @file * @file
* [EXPIRIMENTAL] SNMP Agent message handling structures. * [EXPERIMENTAL] SNMP Agent message handling structures.
*/ */
/* /*