mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
Spelling error fix
This commit is contained in:
parent
8e0ae73fa5
commit
af92a79635
@ -30,7 +30,7 @@
|
||||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: lc-switch.h,v 1.1 2006/06/17 22:41:20 adamdunkels Exp $
|
||||
* $Id: lc-switch.h,v 1.2 2007/03/28 19:52:50 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -55,7 +55,7 @@
|
||||
*/
|
||||
|
||||
#ifndef __LC_SWITCH_H__
|
||||
#define __LC_SWTICH_H__
|
||||
#define __LC_SWITCH_H__
|
||||
|
||||
/* WARNING! lc implementation using switch() does not work if an
|
||||
LC_SET() is done within another switch() statement! */
|
||||
|
Loading…
Reference in New Issue
Block a user