From a5c5f28a6e5e1def5a3af395077f63e8fe4a7cbb Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 7 Aug 2017 09:29:44 +0200 Subject: [PATCH] fix typo --- arch/x86/loader/include/ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/loader/include/ctype.h b/arch/x86/loader/include/ctype.h index c5aa3915b..597c6d286 100644 --- a/arch/x86/loader/include/ctype.h +++ b/arch/x86/loader/include/ctype.h @@ -25,7 +25,7 @@ */ #ifndef __CTYPE_H_ -#define __CYTPE_H_ +#define __CTYPE_H_ /** Returns true if the value of 'c' is an ASCII-charater */ static inline int isascii(int c)