[net] Fixed macro error in lc-switch.h

Fixed macro error: __LC_SWTICH_H__ -> __LC_SWITCH_H__
This commit is contained in:
David Lin 2020-02-16 20:54:45 +08:00 committed by GitHub
parent dd5178efdf
commit ca1e9137d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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