Spelling error fix
This commit is contained in:
parent
8e0ae73fa5
commit
af92a79635
1 changed files with 27 additions and 27 deletions
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Adam Dunkels <adam@sics.se>
|
* 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__
|
#ifndef __LC_SWITCH_H__
|
||||||
#define __LC_SWTICH_H__
|
#define __LC_SWITCH_H__
|
||||||
|
|
||||||
/* WARNING! lc implementation using switch() does not work if an
|
/* WARNING! lc implementation using switch() does not work if an
|
||||||
LC_SET() is done within another switch() statement! */
|
LC_SET() is done within another switch() statement! */
|
||||||
|
|
Loading…
Reference in a new issue