Spelling error fix

This commit is contained in:
adamdunkels 2007-03-28 19:52:50 +00:00
parent 8e0ae73fa5
commit af92a79635

View file

@ -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! */