diff --git a/arch/arm/src/common/up_internal.h b/arch/arm/src/common/up_internal.h index 8ade816c74a..c1c7ed9a673 100644 --- a/arch/arm/src/common/up_internal.h +++ b/arch/arm/src/common/up_internal.h @@ -79,7 +79,7 @@ # define USE_SERIALDRIVER 1 # define USE_EARLYSERIALINIT 1 # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/avr/src/at32uc3/at32uc3_config.h b/arch/avr/src/at32uc3/at32uc3_config.h index b4252053163..543b4e752e6 100644 --- a/arch/avr/src/at32uc3/at32uc3_config.h +++ b/arch/avr/src/at32uc3/at32uc3_config.h @@ -166,7 +166,7 @@ # undef USE_SERIALDRIVER # undef USE_EARLYSERIALINIT # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/avr/src/at90usb/at90usb_config.h b/arch/avr/src/at90usb/at90usb_config.h index 41ad9957c38..644005d5bec 100644 --- a/arch/avr/src/at90usb/at90usb_config.h +++ b/arch/avr/src/at90usb/at90usb_config.h @@ -85,7 +85,7 @@ # undef USE_SERIALDRIVER # undef USE_EARLYSERIALINIT # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/avr/src/atmega/atmega_config.h b/arch/avr/src/atmega/atmega_config.h index a168a2e4753..39ab53e4b1d 100644 --- a/arch/avr/src/atmega/atmega_config.h +++ b/arch/avr/src/atmega/atmega_config.h @@ -90,7 +90,7 @@ # undef USE_SERIALDRIVER # undef USE_EARLYSERIALINIT # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/avr/src/common/up_initialize.c b/arch/avr/src/common/up_initialize.c index 3bcbc0dc428..7f53ab8aec8 100644 --- a/arch/avr/src/common/up_initialize.c +++ b/arch/avr/src/common/up_initialize.c @@ -76,7 +76,7 @@ # define USE_SERIALDRIVER 1 # define USE_EARLYSERIALINIT 1 # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/hc/src/common/up_internal.h b/arch/hc/src/common/up_internal.h index 93572e4049c..f4574bf204f 100755 --- a/arch/hc/src/common/up_internal.h +++ b/arch/hc/src/common/up_internal.h @@ -79,7 +79,7 @@ # define USE_SERIALDRIVER 1 # define USE_EARLYSERIALINIT 1 # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/mips/src/common/up_internal.h b/arch/mips/src/common/up_internal.h index d43580c6577..bdc8bace155 100755 --- a/arch/mips/src/common/up_internal.h +++ b/arch/mips/src/common/up_internal.h @@ -79,7 +79,7 @@ # define USE_SERIALDRIVER 1 # define USE_EARLYSERIALINIT 1 # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/sh/src/common/up_internal.h b/arch/sh/src/common/up_internal.h index 50aad147870..9d0517c8b62 100644 --- a/arch/sh/src/common/up_internal.h +++ b/arch/sh/src/common/up_internal.h @@ -83,7 +83,7 @@ # define USE_SERIALDRIVER 1 # define USE_EARLYSERIALINIT 1 # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/x86/src/common/up_internal.h b/arch/x86/src/common/up_internal.h index c840cf90b96..4fa98e0b3ac 100644 --- a/arch/x86/src/common/up_internal.h +++ b/arch/x86/src/common/up_internal.h @@ -78,7 +78,7 @@ # define USE_SERIALDRIVER 1 # define USE_EARLYSERIALINIT 1 # endif -#endig +#endif /* Determine which device to use as the system loggin device */