]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
random typo fix
authorregehr <regehr>
Wed, 15 Apr 2009 03:00:36 +0000 (03:00 +0000)
committerregehr <regehr>
Wed, 15 Apr 2009 03:00:36 +0000 (03:00 +0000)
tos/chips/msp430/msp430hardware.h

index ac18b26cb0b43a305179760b164b801649e7156e..e5406c5b1e93e691345e7a135c97d759d8658705 100644 (file)
@@ -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()