From: regehr Date: Wed, 15 Apr 2009 03:00:36 +0000 (+0000) Subject: random typo fix X-Git-Tag: rc_6_tinyos_2_1_1~411 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=2818f96ec4f4fb59a78c4d0460dfb86ed38435c3;p=tinyos-2.x.git random typo fix --- diff --git a/tos/chips/msp430/msp430hardware.h b/tos/chips/msp430/msp430hardware.h index ac18b26c..e5406c5b 100644 --- a/tos/chips/msp430/msp430hardware.h +++ b/tos/chips/msp430/msp430hardware.h @@ -220,7 +220,7 @@ void __nesc_atomic_end(__nesc_atomic_t reenable_interrupts); #ifndef NESC_BUILD_BINARY /* @spontaneous() functions should not be included when NESC_BUILD_BINARY - is #defined, to avoid duplicate functions definitions wheb binary + is #defined, to avoid duplicate functions definitions when binary components are used. Such functions do need a prototype in all cases, though. */ __nesc_atomic_t __nesc_atomic_start(void) @spontaneous() @safe()