From 679b4fbee283a3f00f89c1469bf2bbb0be06c608 Mon Sep 17 00:00:00 2001 From: Nathan Hartman <59230071+hartmannathan@users.noreply.github.com> Date: Sun, 5 Apr 2020 17:00:04 -0400 Subject: [PATCH] arch: Fix included directed -> included directly This typo had been copied and pasted into numerous irq and syscall headers. --- arch/arm/include/a1x/a10_irq.h | 2 +- arch/arm/include/a1x/irq.h | 2 +- arch/arm/include/am335x/am335x_irq.h | 2 +- arch/arm/include/am335x/irq.h | 2 +- arch/arm/include/arch.h | 2 +- arch/arm/include/arm/irq.h | 2 +- arch/arm/include/arm/syscall.h | 2 +- arch/arm/include/armv6-m/irq.h | 2 +- arch/arm/include/armv6-m/syscall.h | 2 +- arch/arm/include/armv7-a/irq.h | 2 +- arch/arm/include/armv7-a/syscall.h | 2 +- arch/arm/include/armv7-m/irq.h | 2 +- arch/arm/include/armv7-m/syscall.h | 2 +- arch/arm/include/armv7-r/irq.h | 2 +- arch/arm/include/armv7-r/syscall.h | 2 +- arch/arm/include/c5471/irq.h | 2 +- arch/arm/include/cxd56xx/irq.h | 2 +- arch/arm/include/dm320/irq.h | 2 +- arch/arm/include/efm32/efm32g_irq.h | 2 +- arch/arm/include/efm32/efm32gg_irq.h | 2 +- arch/arm/include/efm32/efm32tg_irq.h | 2 +- arch/arm/include/efm32/irq.h | 2 +- arch/arm/include/imx1/irq.h | 2 +- arch/arm/include/imx6/irq.h | 2 +- arch/arm/include/imxrt/imxrt102x_irq.h | 2 +- arch/arm/include/imxrt/imxrt105x_irq.h | 2 +- arch/arm/include/imxrt/imxrt106x_irq.h | 2 +- arch/arm/include/imxrt/irq.h | 2 +- arch/arm/include/irq.h | 2 +- arch/arm/include/kinetis/irq.h | 2 +- arch/arm/include/kinetis/kinetis_k20irq.h | 2 +- arch/arm/include/kinetis/kinetis_k28irq.h | 2 +- arch/arm/include/kinetis/kinetis_k40irq.h | 2 +- arch/arm/include/kinetis/kinetis_k60irq.h | 2 +- arch/arm/include/kinetis/kinetis_k64irq.h | 2 +- arch/arm/include/kinetis/kinetis_k66irq.h | 2 +- arch/arm/include/kl/irq.h | 2 +- arch/arm/include/lc823450/irq.h | 2 +- arch/arm/include/lpc17xx_40xx/irq.h | 2 +- arch/arm/include/lpc17xx_40xx/lpc176x_irq.h | 2 +- arch/arm/include/lpc17xx_40xx/lpc178x_40xx_irq.h | 2 +- arch/arm/include/lpc214x/irq.h | 2 +- arch/arm/include/lpc2378/irq.h | 2 +- arch/arm/include/lpc31xx/irq.h | 2 +- arch/arm/include/lpc43xx/irq.h | 2 +- arch/arm/include/lpc54xx/irq.h | 2 +- arch/arm/include/max326xx/irq.h | 2 +- arch/arm/include/max326xx/max32620_30_irq.h | 2 +- arch/arm/include/max326xx/max32660_irq.h | 2 +- arch/arm/include/moxart/irq.h | 2 +- arch/arm/include/nrf52/irq.h | 2 +- arch/arm/include/nuc1xx/irq.h | 2 +- arch/arm/include/nuc1xx/nuc120_irq.h | 2 +- arch/arm/include/s32k1xx/irq.h | 2 +- arch/arm/include/s32k1xx/s32k11x_irq.h | 2 +- arch/arm/include/s32k1xx/s32k14x_irq.h | 2 +- arch/arm/include/sam34/irq.h | 2 +- arch/arm/include/sam34/sam3u_irq.h | 2 +- arch/arm/include/sam34/sam3x_irq.h | 2 +- arch/arm/include/sam34/sam4cm_irq.h | 2 +- arch/arm/include/sam34/sam4e_irq.h | 2 +- arch/arm/include/sam34/sam4l_irq.h | 2 +- arch/arm/include/sam34/sam4s_irq.h | 2 +- arch/arm/include/sama5/irq.h | 2 +- arch/arm/include/sama5/sama5d2_irq.h | 2 +- arch/arm/include/sama5/sama5d3_irq.h | 2 +- arch/arm/include/sama5/sama5d4_irq.h | 2 +- arch/arm/include/samd2l2/irq.h | 2 +- arch/arm/include/samd2l2/samd20_irq.h | 2 +- arch/arm/include/samd2l2/samd21_irq.h | 2 +- arch/arm/include/samd2l2/saml21_irq.h | 2 +- arch/arm/include/samd5e5/irq.h | 2 +- arch/arm/include/samd5e5/samd5e5_irq.h | 2 +- arch/arm/include/samv7/irq.h | 2 +- arch/arm/include/samv7/same70_irq.h | 2 +- arch/arm/include/samv7/samv71_irq.h | 2 +- arch/arm/include/stm32/irq.h | 2 +- arch/arm/include/stm32/stm32f10xxx_irq.h | 2 +- arch/arm/include/stm32/stm32f20xxx_irq.h | 2 +- arch/arm/include/stm32/stm32f30xxx_irq.h | 2 +- arch/arm/include/stm32/stm32f33xxx_irq.h | 2 +- arch/arm/include/stm32/stm32f37xxx_irq.h | 2 +- arch/arm/include/stm32/stm32f40xxx_irq.h | 2 +- arch/arm/include/stm32/stm32l15xxx_irq.h | 2 +- arch/arm/include/stm32f0l0g0/irq.h | 2 +- arch/arm/include/stm32f0l0g0/stm32f0_irq.h | 2 +- arch/arm/include/stm32f0l0g0/stm32g0_irq.h | 2 +- arch/arm/include/stm32f0l0g0/stm32l0_irq.h | 2 +- arch/arm/include/stm32f7/irq.h | 2 +- arch/arm/include/stm32f7/stm32f72xx73xx_irq.h | 2 +- arch/arm/include/stm32f7/stm32f74xx75xx_irq.h | 2 +- arch/arm/include/stm32f7/stm32f76xx77xx_irq.h | 2 +- arch/arm/include/stm32h7/irq.h | 2 +- arch/arm/include/stm32h7/stm32h7x3xx_irq.h | 2 +- arch/arm/include/stm32h7/stm32h7x7xx_irq.h | 2 +- arch/arm/include/stm32l4/irq.h | 2 +- arch/arm/include/stm32l4/stm32l4x3xx_irq.h | 2 +- arch/arm/include/stm32l4/stm32l4x5xx_irq.h | 2 +- arch/arm/include/stm32l4/stm32l4x6xx_irq.h | 2 +- arch/arm/include/stm32l4/stm32l4xrxx_irq.h | 2 +- arch/arm/include/str71x/irq.h | 2 +- arch/arm/include/syscall.h | 2 +- arch/arm/include/tms570/irq.h | 2 +- arch/arm/include/tms570/tms570ls04x03x_irq.h | 2 +- arch/arm/include/types.h | 2 +- arch/arm/include/xmc4/irq.h | 2 +- arch/arm/include/xmc4/xmc4500_irq.h | 2 +- arch/arm/include/xmc4/xmc4700_irq.h | 2 +- arch/arm/include/xmc4/xmc4800_irq.h | 2 +- arch/avr/include/arch.h | 2 +- arch/avr/include/at32uc3/irq.h | 2 +- arch/avr/include/at90usb/irq.h | 2 +- arch/avr/include/atmega/irq.h | 2 +- arch/avr/include/avr/irq.h | 2 +- arch/avr/include/avr/syscall.h | 2 +- arch/avr/include/avr/types.h | 2 +- arch/avr/include/avr32/irq.h | 2 +- arch/avr/include/avr32/syscall.h | 2 +- arch/avr/include/avr32/types.h | 2 +- arch/avr/include/irq.h | 2 +- arch/avr/include/syscall.h | 2 +- arch/avr/include/types.h | 2 +- arch/avr/include/xmega/xmegac_irq.h | 2 +- arch/hc/include/arch.h | 2 +- arch/hc/include/hc12/irq.h | 2 +- arch/hc/include/hc12/types.h | 2 +- arch/hc/include/hcs12/irq.h | 2 +- arch/hc/include/hcs12/types.h | 2 +- arch/hc/include/irq.h | 2 +- arch/hc/include/m9s12/irq.h | 2 +- arch/hc/include/syscall.h | 2 +- arch/hc/include/types.h | 2 +- arch/mips/include/arch.h | 2 +- arch/mips/include/irq.h | 2 +- arch/mips/include/mips32/irq.h | 2 +- arch/mips/include/pic32mx/irq.h | 2 +- arch/mips/include/pic32mx/irq_1xx2xx.h | 2 +- arch/mips/include/pic32mx/irq_3xx4xx.h | 2 +- arch/mips/include/pic32mx/irq_5xx6xx7xx.h | 2 +- arch/mips/include/pic32mz/irq.h | 2 +- arch/mips/include/pic32mz/irq_pic32mzxxxec.h | 2 +- arch/mips/include/pic32mz/irq_pic32mzxxxef.h | 2 +- arch/mips/include/types.h | 2 +- arch/misoc/include/irq.h | 2 +- arch/misoc/include/lm32/syscall.h | 2 +- arch/misoc/include/minerva/irq.h | 2 +- arch/misoc/include/minerva/syscall.h | 2 +- arch/misoc/include/syscall.h | 2 +- arch/misoc/include/types.h | 2 +- arch/or1k/include/arch.h | 2 +- arch/or1k/include/irq.h | 2 +- arch/or1k/include/mor1kx/irq.h | 2 +- arch/or1k/include/types.h | 2 +- arch/renesas/include/arch.h | 2 +- arch/renesas/include/irq.h | 2 +- arch/renesas/include/m16c/irq.h | 2 +- arch/renesas/include/m16c/types.h | 2 +- arch/renesas/include/rx65n/types.h | 2 +- arch/renesas/include/sh1/irq.h | 2 +- arch/renesas/include/sh1/types.h | 2 +- arch/renesas/include/sh1Ptypes.h | 2 +- arch/renesas/include/syscall.h | 2 +- arch/renesas/include/types.h | 2 +- arch/risc-v/include/arch.h | 2 +- arch/risc-v/include/gap8/chip.h | 2 +- arch/risc-v/include/irq.h | 2 +- arch/risc-v/include/nr5m100/chip.h | 2 +- arch/risc-v/include/rv32im/csr.h | 2 +- arch/risc-v/include/rv32im/irq.h | 2 +- arch/risc-v/include/rv32im/syscall.h | 2 +- arch/risc-v/include/rv64gc/irq.h | 2 +- arch/risc-v/include/rv64gc/syscall.h | 2 +- arch/risc-v/include/syscall.h | 2 +- arch/risc-v/include/types.h | 2 +- arch/sim/include/arch.h | 2 +- arch/sim/include/irq.h | 2 +- arch/sim/include/syscall.h | 2 +- arch/sim/include/types.h | 2 +- arch/x86/include/arch.h | 2 +- arch/x86/include/i486/arch.h | 2 +- arch/x86/include/i486/io.h | 2 +- arch/x86/include/i486/irq.h | 2 +- arch/x86/include/i486/syscall.h | 2 +- arch/x86/include/i486/types.h | 2 +- arch/x86/include/irq.h | 2 +- arch/x86/include/qemu/arch.h | 2 +- arch/x86/include/qemu/irq.h | 2 +- arch/x86/include/syscall.h | 2 +- arch/x86/include/types.h | 2 +- arch/x86_64/include/arch.h | 2 +- arch/x86_64/include/intel64/arch.h | 2 +- arch/x86_64/include/intel64/io.h | 2 +- arch/x86_64/include/intel64/irq.h | 2 +- arch/x86_64/include/intel64/syscall.h | 2 +- arch/x86_64/include/intel64/types.h | 2 +- arch/x86_64/include/irq.h | 2 +- arch/x86_64/include/syscall.h | 2 +- arch/x86_64/include/types.h | 2 +- arch/xtensa/include/arch.h | 2 +- arch/xtensa/include/esp32/irq.h | 2 +- arch/xtensa/include/irq.h | 2 +- arch/xtensa/include/lx6/irq.h | 2 +- arch/xtensa/include/syscall.h | 2 +- arch/xtensa/include/types.h | 2 +- arch/z16/include/arch.h | 2 +- arch/z16/include/irq.h | 2 +- arch/z16/include/syscall.h | 2 +- arch/z16/include/types.h | 2 +- arch/z16/include/z16f/arch.h | 2 +- arch/z16/include/z16f/irq.h | 2 +- arch/z80/include/arch.h | 2 +- arch/z80/include/ez80/arch.h | 2 +- arch/z80/include/ez80/io.h | 2 +- arch/z80/include/ez80/irq.h | 2 +- arch/z80/include/ez80/types.h | 2 +- arch/z80/include/irq.h | 2 +- arch/z80/include/syscall.h | 2 +- arch/z80/include/types.h | 2 +- arch/z80/include/z180/arch.h | 2 +- arch/z80/include/z180/io.h | 2 +- arch/z80/include/z180/irq.h | 2 +- arch/z80/include/z180/types.h | 2 +- arch/z80/include/z8/arch.h | 2 +- arch/z80/include/z8/irq.h | 2 +- arch/z80/include/z8/types.h | 2 +- arch/z80/include/z80/arch.h | 2 +- arch/z80/include/z80/io.h | 2 +- arch/z80/include/z80/irq.h | 2 +- arch/z80/include/z80/types.h | 2 +- 229 files changed, 229 insertions(+), 229 deletions(-) diff --git a/arch/arm/include/a1x/a10_irq.h b/arch/arm/include/a1x/a10_irq.h index 14a4ed198fe..45c6d9e2833 100644 --- a/arch/arm/include/a1x/a10_irq.h +++ b/arch/arm/include/a1x/a10_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/a1x/irq.h b/arch/arm/include/a1x/irq.h index 2e8c312c806..8bcda44a921 100644 --- a/arch/arm/include/a1x/irq.h +++ b/arch/arm/include/a1x/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/am335x/am335x_irq.h b/arch/arm/include/am335x/am335x_irq.h index a081479c915..178afadd918 100644 --- a/arch/arm/include/am335x/am335x_irq.h +++ b/arch/arm/include/am335x/am335x_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/am335x/irq.h b/arch/arm/include/am335x/irq.h index b7b7b64dd25..72b65e9f2cf 100644 --- a/arch/arm/include/am335x/irq.h +++ b/arch/arm/include/am335x/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/arch.h b/arch/arm/include/arch.h index 186b7cb653b..88828b05f14 100644 --- a/arch/arm/include/arch.h +++ b/arch/arm/include/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h */ diff --git a/arch/arm/include/arm/irq.h b/arch/arm/include/arm/irq.h index a124c74e733..5133d3859c1 100644 --- a/arch/arm/include/arm/irq.h +++ b/arch/arm/include/arm/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/arm/syscall.h b/arch/arm/include/arm/syscall.h index 07b2f0544a2..3341062abb0 100644 --- a/arch/arm/include/arm/syscall.h +++ b/arch/arm/include/arm/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/arm/include/armv6-m/irq.h b/arch/arm/include/armv6-m/irq.h index c4a4a74701f..0418201337b 100644 --- a/arch/arm/include/armv6-m/irq.h +++ b/arch/arm/include/armv6-m/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/armv6-m/syscall.h b/arch/arm/include/armv6-m/syscall.h index 3be5644911f..70a3dac9b2c 100644 --- a/arch/arm/include/armv6-m/syscall.h +++ b/arch/arm/include/armv6-m/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/arm/include/armv7-a/irq.h b/arch/arm/include/armv7-a/irq.h index f0dc452006b..a70ff80d8d4 100644 --- a/arch/arm/include/armv7-a/irq.h +++ b/arch/arm/include/armv7-a/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/armv7-a/syscall.h b/arch/arm/include/armv7-a/syscall.h index 69538f4e810..20be865c2eb 100644 --- a/arch/arm/include/armv7-a/syscall.h +++ b/arch/arm/include/armv7-a/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/arm/include/armv7-m/irq.h b/arch/arm/include/armv7-m/irq.h index b1d80b808cf..8d4c39b3b1e 100644 --- a/arch/arm/include/armv7-m/irq.h +++ b/arch/arm/include/armv7-m/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/armv7-m/syscall.h b/arch/arm/include/armv7-m/syscall.h index 5491b09d4fe..26b5d290a1e 100644 --- a/arch/arm/include/armv7-m/syscall.h +++ b/arch/arm/include/armv7-m/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/arm/include/armv7-r/irq.h b/arch/arm/include/armv7-r/irq.h index 0d80c0b7794..ffc9952c8aa 100644 --- a/arch/arm/include/armv7-r/irq.h +++ b/arch/arm/include/armv7-r/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/armv7-r/syscall.h b/arch/arm/include/armv7-r/syscall.h index 3d8990fa037..f66cfbf53e7 100644 --- a/arch/arm/include/armv7-r/syscall.h +++ b/arch/arm/include/armv7-r/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/arm/include/c5471/irq.h b/arch/arm/include/c5471/irq.h index 9dec805e368..ac6008baef3 100644 --- a/arch/arm/include/c5471/irq.h +++ b/arch/arm/include/c5471/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/cxd56xx/irq.h b/arch/arm/include/cxd56xx/irq.h index 2155a494b6b..a55d3857344 100644 --- a/arch/arm/include/cxd56xx/irq.h +++ b/arch/arm/include/cxd56xx/irq.h @@ -35,7 +35,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/dm320/irq.h b/arch/arm/include/dm320/irq.h index d8c22d79f3f..cf5ead45e22 100644 --- a/arch/arm/include/dm320/irq.h +++ b/arch/arm/include/dm320/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/efm32/efm32g_irq.h b/arch/arm/include/efm32/efm32g_irq.h index 69f1309fb2d..798ca8ca756 100644 --- a/arch/arm/include/efm32/efm32g_irq.h +++ b/arch/arm/include/efm32/efm32g_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/efm32/efm32gg_irq.h b/arch/arm/include/efm32/efm32gg_irq.h index 2859bfe51fd..8920b76a823 100644 --- a/arch/arm/include/efm32/efm32gg_irq.h +++ b/arch/arm/include/efm32/efm32gg_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/efm32/efm32tg_irq.h b/arch/arm/include/efm32/efm32tg_irq.h index 3aa6b9fd7ec..fb40b2bd617 100644 --- a/arch/arm/include/efm32/efm32tg_irq.h +++ b/arch/arm/include/efm32/efm32tg_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/efm32/irq.h b/arch/arm/include/efm32/irq.h index a47d87b8c41..50714798ff1 100644 --- a/arch/arm/include/efm32/irq.h +++ b/arch/arm/include/efm32/irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/imx1/irq.h b/arch/arm/include/imx1/irq.h index 522371b3671..0c4689ab04b 100644 --- a/arch/arm/include/imx1/irq.h +++ b/arch/arm/include/imx1/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/imx6/irq.h b/arch/arm/include/imx6/irq.h index 3e6938b4b6a..0a1d65bfcf5 100644 --- a/arch/arm/include/imx6/irq.h +++ b/arch/arm/include/imx6/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly & through nuttx/irq.h */ diff --git a/arch/arm/include/imxrt/imxrt102x_irq.h b/arch/arm/include/imxrt/imxrt102x_irq.h index 98cf25460b6..93d7f4d1213 100644 --- a/arch/arm/include/imxrt/imxrt102x_irq.h +++ b/arch/arm/include/imxrt/imxrt102x_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/imxrt/imxrt105x_irq.h b/arch/arm/include/imxrt/imxrt105x_irq.h index 870c838639c..64f9dce1715 100644 --- a/arch/arm/include/imxrt/imxrt105x_irq.h +++ b/arch/arm/include/imxrt/imxrt105x_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/imxrt/imxrt106x_irq.h b/arch/arm/include/imxrt/imxrt106x_irq.h index 21efa6174cc..324d4297c47 100644 --- a/arch/arm/include/imxrt/imxrt106x_irq.h +++ b/arch/arm/include/imxrt/imxrt106x_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/imxrt/irq.h b/arch/arm/include/imxrt/irq.h index 0773511b2f5..7a80b26ca51 100644 --- a/arch/arm/include/imxrt/irq.h +++ b/arch/arm/include/imxrt/irq.h @@ -34,7 +34,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/irq.h b/arch/arm/include/irq.h index bb0b0edcb10..6c47d52327c 100644 --- a/arch/arm/include/irq.h +++ b/arch/arm/include/irq.h @@ -34,7 +34,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/kinetis/irq.h b/arch/arm/include/kinetis/irq.h index 86c1987325f..ca820fc3981 100644 --- a/arch/arm/include/kinetis/irq.h +++ b/arch/arm/include/kinetis/irq.h @@ -34,7 +34,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/kinetis/kinetis_k20irq.h b/arch/arm/include/kinetis/kinetis_k20irq.h index 69acb810a85..620c01df8f8 100644 --- a/arch/arm/include/kinetis/kinetis_k20irq.h +++ b/arch/arm/include/kinetis/kinetis_k20irq.h @@ -34,7 +34,7 @@ * *************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/kinetis/kinetis_k28irq.h b/arch/arm/include/kinetis/kinetis_k28irq.h index 1857dc79ba4..c0c474943ee 100644 --- a/arch/arm/include/kinetis/kinetis_k28irq.h +++ b/arch/arm/include/kinetis/kinetis_k28irq.h @@ -33,7 +33,7 @@ * ********************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/kinetis/kinetis_k40irq.h b/arch/arm/include/kinetis/kinetis_k40irq.h index 2fc18f236a4..d43add50dbc 100644 --- a/arch/arm/include/kinetis/kinetis_k40irq.h +++ b/arch/arm/include/kinetis/kinetis_k40irq.h @@ -34,7 +34,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/kinetis/kinetis_k60irq.h b/arch/arm/include/kinetis/kinetis_k60irq.h index c2d979efdb4..5b21a7e0cd5 100644 --- a/arch/arm/include/kinetis/kinetis_k60irq.h +++ b/arch/arm/include/kinetis/kinetis_k60irq.h @@ -34,7 +34,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/kinetis/kinetis_k64irq.h b/arch/arm/include/kinetis/kinetis_k64irq.h index 56a506d670c..c3c5d75ed34 100644 --- a/arch/arm/include/kinetis/kinetis_k64irq.h +++ b/arch/arm/include/kinetis/kinetis_k64irq.h @@ -34,7 +34,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/kinetis/kinetis_k66irq.h b/arch/arm/include/kinetis/kinetis_k66irq.h index ddb274bfcba..878b6ac59b9 100644 --- a/arch/arm/include/kinetis/kinetis_k66irq.h +++ b/arch/arm/include/kinetis/kinetis_k66irq.h @@ -34,7 +34,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/kl/irq.h b/arch/arm/include/kl/irq.h index 5be3bf97dc5..0fd61cafff7 100644 --- a/arch/arm/include/kl/irq.h +++ b/arch/arm/include/kl/irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/lc823450/irq.h b/arch/arm/include/lc823450/irq.h index d3a58e1f20b..8a35a736cf4 100644 --- a/arch/arm/include/lc823450/irq.h +++ b/arch/arm/include/lc823450/irq.h @@ -34,7 +34,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/lpc17xx_40xx/irq.h b/arch/arm/include/lpc17xx_40xx/irq.h index d294338d5d7..51e31621045 100644 --- a/arch/arm/include/lpc17xx_40xx/irq.h +++ b/arch/arm/include/lpc17xx_40xx/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/lpc17xx_40xx/lpc176x_irq.h b/arch/arm/include/lpc17xx_40xx/lpc176x_irq.h index 33acd2a8404..fcd0617d028 100644 --- a/arch/arm/include/lpc17xx_40xx/lpc176x_irq.h +++ b/arch/arm/include/lpc17xx_40xx/lpc176x_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/lpc17xx_40xx/lpc178x_40xx_irq.h b/arch/arm/include/lpc17xx_40xx/lpc178x_40xx_irq.h index 49bf8831a30..ee902de14cb 100644 --- a/arch/arm/include/lpc17xx_40xx/lpc178x_40xx_irq.h +++ b/arch/arm/include/lpc17xx_40xx/lpc178x_40xx_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/lpc214x/irq.h b/arch/arm/include/lpc214x/irq.h index 7598311be88..939fd2b18b2 100644 --- a/arch/arm/include/lpc214x/irq.h +++ b/arch/arm/include/lpc214x/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/lpc2378/irq.h b/arch/arm/include/lpc2378/irq.h index 8fa2067fc97..43832b8981f 100644 --- a/arch/arm/include/lpc2378/irq.h +++ b/arch/arm/include/lpc2378/irq.h @@ -39,7 +39,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/lpc31xx/irq.h b/arch/arm/include/lpc31xx/irq.h index 56cfe8f9a9a..f36cdfb7ad1 100644 --- a/arch/arm/include/lpc31xx/irq.h +++ b/arch/arm/include/lpc31xx/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/lpc43xx/irq.h b/arch/arm/include/lpc43xx/irq.h index db7d78acd26..1a9392e777a 100644 --- a/arch/arm/include/lpc43xx/irq.h +++ b/arch/arm/include/lpc43xx/irq.h @@ -33,7 +33,7 @@ * ********************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/lpc54xx/irq.h b/arch/arm/include/lpc54xx/irq.h index 4a83ce21588..9033607266d 100644 --- a/arch/arm/include/lpc54xx/irq.h +++ b/arch/arm/include/lpc54xx/irq.h @@ -33,7 +33,7 @@ * ********************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/max326xx/irq.h b/arch/arm/include/max326xx/irq.h index a3b4d654461..1f3eeec49ca 100644 --- a/arch/arm/include/max326xx/irq.h +++ b/arch/arm/include/max326xx/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/max326xx/max32620_30_irq.h b/arch/arm/include/max326xx/max32620_30_irq.h index 2dc2ccb7bb3..f9fd6d87360 100644 --- a/arch/arm/include/max326xx/max32620_30_irq.h +++ b/arch/arm/include/max326xx/max32620_30_irq.h @@ -33,7 +33,7 @@ * ************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/max326xx/max32660_irq.h b/arch/arm/include/max326xx/max32660_irq.h index 6aba645e0c0..dcc4e0575bf 100644 --- a/arch/arm/include/max326xx/max32660_irq.h +++ b/arch/arm/include/max326xx/max32660_irq.h @@ -33,7 +33,7 @@ * ************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/moxart/irq.h b/arch/arm/include/moxart/irq.h index f9165cbaaa7..23c44938faa 100644 --- a/arch/arm/include/moxart/irq.h +++ b/arch/arm/include/moxart/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/nrf52/irq.h b/arch/arm/include/nrf52/irq.h index e337edb28d4..5565eabf914 100644 --- a/arch/arm/include/nrf52/irq.h +++ b/arch/arm/include/nrf52/irq.h @@ -33,7 +33,7 @@ * ********************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/nuc1xx/irq.h b/arch/arm/include/nuc1xx/irq.h index 3f5fd0f50c5..9c61bcdd453 100644 --- a/arch/arm/include/nuc1xx/irq.h +++ b/arch/arm/include/nuc1xx/irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/nuc1xx/nuc120_irq.h b/arch/arm/include/nuc1xx/nuc120_irq.h index 7b1f1688148..cfd0f2abeb9 100644 --- a/arch/arm/include/nuc1xx/nuc120_irq.h +++ b/arch/arm/include/nuc1xx/nuc120_irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/s32k1xx/irq.h b/arch/arm/include/s32k1xx/irq.h index ddef8ea5a10..23ae0e352d4 100644 --- a/arch/arm/include/s32k1xx/irq.h +++ b/arch/arm/include/s32k1xx/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/s32k1xx/s32k11x_irq.h b/arch/arm/include/s32k1xx/s32k11x_irq.h index 98bdb613690..1b96d6f92c2 100644 --- a/arch/arm/include/s32k1xx/s32k11x_irq.h +++ b/arch/arm/include/s32k1xx/s32k11x_irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/s32k1xx/s32k14x_irq.h b/arch/arm/include/s32k1xx/s32k14x_irq.h index bc9245a4d91..b09850062df 100644 --- a/arch/arm/include/s32k1xx/s32k14x_irq.h +++ b/arch/arm/include/s32k1xx/s32k14x_irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/sam34/irq.h b/arch/arm/include/sam34/irq.h index a0f5de604f7..d041d59e92f 100644 --- a/arch/arm/include/sam34/irq.h +++ b/arch/arm/include/sam34/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/sam34/sam3u_irq.h b/arch/arm/include/sam34/sam3u_irq.h index 3027f9717b5..75a72ff0edb 100644 --- a/arch/arm/include/sam34/sam3u_irq.h +++ b/arch/arm/include/sam34/sam3u_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/sam34/sam3x_irq.h b/arch/arm/include/sam34/sam3x_irq.h index 9acdeaa9c21..26cd4819846 100644 --- a/arch/arm/include/sam34/sam3x_irq.h +++ b/arch/arm/include/sam34/sam3x_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/sam34/sam4cm_irq.h b/arch/arm/include/sam34/sam4cm_irq.h index 26cffb0852f..b456c785fec 100644 --- a/arch/arm/include/sam34/sam4cm_irq.h +++ b/arch/arm/include/sam34/sam4cm_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/sam34/sam4e_irq.h b/arch/arm/include/sam34/sam4e_irq.h index 4422e88a186..141ca07b219 100644 --- a/arch/arm/include/sam34/sam4e_irq.h +++ b/arch/arm/include/sam34/sam4e_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/sam34/sam4l_irq.h b/arch/arm/include/sam34/sam4l_irq.h index b715dd9fbb8..05ed862b77e 100644 --- a/arch/arm/include/sam34/sam4l_irq.h +++ b/arch/arm/include/sam34/sam4l_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/sam34/sam4s_irq.h b/arch/arm/include/sam34/sam4s_irq.h index cc63c36807c..bfd7d47976f 100644 --- a/arch/arm/include/sam34/sam4s_irq.h +++ b/arch/arm/include/sam34/sam4s_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/sama5/irq.h b/arch/arm/include/sama5/irq.h index 078d73db5fc..bf6fec2b164 100644 --- a/arch/arm/include/sama5/irq.h +++ b/arch/arm/include/sama5/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/sama5/sama5d2_irq.h b/arch/arm/include/sama5/sama5d2_irq.h index d2f750fa918..91a53763983 100644 --- a/arch/arm/include/sama5/sama5d2_irq.h +++ b/arch/arm/include/sama5/sama5d2_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/sama5/sama5d3_irq.h b/arch/arm/include/sama5/sama5d3_irq.h index 21d3ef573c1..9cc67bbcd54 100644 --- a/arch/arm/include/sama5/sama5d3_irq.h +++ b/arch/arm/include/sama5/sama5d3_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/sama5/sama5d4_irq.h b/arch/arm/include/sama5/sama5d4_irq.h index b27df9afa8f..445093a4018 100644 --- a/arch/arm/include/sama5/sama5d4_irq.h +++ b/arch/arm/include/sama5/sama5d4_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/samd2l2/irq.h b/arch/arm/include/samd2l2/irq.h index e6c5a9a4aaf..b36eb0a339b 100644 --- a/arch/arm/include/samd2l2/irq.h +++ b/arch/arm/include/samd2l2/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/samd2l2/samd20_irq.h b/arch/arm/include/samd2l2/samd20_irq.h index 7dc481882b4..7461d4ef09d 100644 --- a/arch/arm/include/samd2l2/samd20_irq.h +++ b/arch/arm/include/samd2l2/samd20_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/samd2l2/samd21_irq.h b/arch/arm/include/samd2l2/samd21_irq.h index b8a351d28e6..8e819734199 100644 --- a/arch/arm/include/samd2l2/samd21_irq.h +++ b/arch/arm/include/samd2l2/samd21_irq.h @@ -37,7 +37,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/samd2l2/saml21_irq.h b/arch/arm/include/samd2l2/saml21_irq.h index 22ead3ad961..1ec5fad7a92 100644 --- a/arch/arm/include/samd2l2/saml21_irq.h +++ b/arch/arm/include/samd2l2/saml21_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/samd5e5/irq.h b/arch/arm/include/samd5e5/irq.h index bd0b5aca97e..2b64485925f 100644 --- a/arch/arm/include/samd5e5/irq.h +++ b/arch/arm/include/samd5e5/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/samd5e5/samd5e5_irq.h b/arch/arm/include/samd5e5/samd5e5_irq.h index 77b0dbb12aa..479802289c8 100644 --- a/arch/arm/include/samd5e5/samd5e5_irq.h +++ b/arch/arm/include/samd5e5/samd5e5_irq.h @@ -33,7 +33,7 @@ * ************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/samv7/irq.h b/arch/arm/include/samv7/irq.h index eec3d12e054..1327f7edb09 100644 --- a/arch/arm/include/samv7/irq.h +++ b/arch/arm/include/samv7/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/samv7/same70_irq.h b/arch/arm/include/samv7/same70_irq.h index e5c2a96ca20..002f829564f 100644 --- a/arch/arm/include/samv7/same70_irq.h +++ b/arch/arm/include/samv7/same70_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/samv7/samv71_irq.h b/arch/arm/include/samv7/samv71_irq.h index 332c38173df..ae4a627e85d 100644 --- a/arch/arm/include/samv7/samv71_irq.h +++ b/arch/arm/include/samv7/samv71_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/stm32/irq.h b/arch/arm/include/stm32/irq.h index 13941608247..c1bfa8849cc 100644 --- a/arch/arm/include/stm32/irq.h +++ b/arch/arm/include/stm32/irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/stm32/stm32f10xxx_irq.h b/arch/arm/include/stm32/stm32f10xxx_irq.h index 99e9b7c4429..81e8c8e9208 100644 --- a/arch/arm/include/stm32/stm32f10xxx_irq.h +++ b/arch/arm/include/stm32/stm32f10xxx_irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/stm32/stm32f20xxx_irq.h b/arch/arm/include/stm32/stm32f20xxx_irq.h index 057aebd0fe9..3111733056a 100644 --- a/arch/arm/include/stm32/stm32f20xxx_irq.h +++ b/arch/arm/include/stm32/stm32f20xxx_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through nuttx/irq.h */ +/* This file should never be included directly but, rather, only indirectly through nuttx/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32_STM32F20XXX_IRQ_H #define __ARCH_ARM_INCLUDE_STM32_STM32F20XXX_IRQ_H diff --git a/arch/arm/include/stm32/stm32f30xxx_irq.h b/arch/arm/include/stm32/stm32f30xxx_irq.h index 5c80db1a9ce..672a14306dc 100644 --- a/arch/arm/include/stm32/stm32f30xxx_irq.h +++ b/arch/arm/include/stm32/stm32f30xxx_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through nuttx/irq.h */ +/* This file should never be included directly but, rather, only indirectly through nuttx/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32_STM32F30XXX_IRQ_H #define __ARCH_ARM_INCLUDE_STM32_STM32F30XXX_IRQ_H diff --git a/arch/arm/include/stm32/stm32f33xxx_irq.h b/arch/arm/include/stm32/stm32f33xxx_irq.h index 51e54af2fa4..b300c973421 100644 --- a/arch/arm/include/stm32/stm32f33xxx_irq.h +++ b/arch/arm/include/stm32/stm32f33xxx_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through nuttx/irq.h */ +/* This file should never be included directly but, rather, only indirectly through nuttx/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32_STM32F33XXX_IRQ_H #define __ARCH_ARM_INCLUDE_STM32_STM32F33XXX_IRQ_H diff --git a/arch/arm/include/stm32/stm32f37xxx_irq.h b/arch/arm/include/stm32/stm32f37xxx_irq.h index b2fea8264d8..3bc673dcb22 100644 --- a/arch/arm/include/stm32/stm32f37xxx_irq.h +++ b/arch/arm/include/stm32/stm32f37xxx_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through nuttx/irq.h */ +/* This file should never be included directly but, rather, only indirectly through nuttx/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32_STM32F37XXX_IRQ_H #define __ARCH_ARM_INCLUDE_STM32_STM32F37XXX_IRQ_H diff --git a/arch/arm/include/stm32/stm32f40xxx_irq.h b/arch/arm/include/stm32/stm32f40xxx_irq.h index 7af97453373..c864f65b918 100644 --- a/arch/arm/include/stm32/stm32f40xxx_irq.h +++ b/arch/arm/include/stm32/stm32f40xxx_irq.h @@ -36,7 +36,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/stm32/stm32l15xxx_irq.h b/arch/arm/include/stm32/stm32l15xxx_irq.h index 1b3a06b7c27..d639bcc7d05 100644 --- a/arch/arm/include/stm32/stm32l15xxx_irq.h +++ b/arch/arm/include/stm32/stm32l15xxx_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through nuttx/irq.h */ +/* This file should never be included directly but, rather, only indirectly through nuttx/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32_STM32FL15XXX_IRQ_H #define __ARCH_ARM_INCLUDE_STM32_STM32FL15XXX_IRQ_H diff --git a/arch/arm/include/stm32f0l0g0/irq.h b/arch/arm/include/stm32f0l0g0/irq.h index 61c63c4f805..5e564acdb86 100644 --- a/arch/arm/include/stm32f0l0g0/irq.h +++ b/arch/arm/include/stm32f0l0g0/irq.h @@ -34,7 +34,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/stm32f0l0g0/stm32f0_irq.h b/arch/arm/include/stm32f0l0g0/stm32f0_irq.h index 3ba8a1eef0a..cdb9dce3c1e 100644 --- a/arch/arm/include/stm32f0l0g0/stm32f0_irq.h +++ b/arch/arm/include/stm32f0l0g0/stm32f0_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/stm32f0l0g0/stm32g0_irq.h b/arch/arm/include/stm32f0l0g0/stm32g0_irq.h index 5e8c8c1a741..7ec03ef8d6a 100644 --- a/arch/arm/include/stm32f0l0g0/stm32g0_irq.h +++ b/arch/arm/include/stm32f0l0g0/stm32g0_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through nuttx/irq.h */ +/* This file should never be included directly but, rather, only indirectly through nuttx/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32F0L0G0_STM32G0_IRQ_H #define __ARCH_ARM_INCLUDE_STM32F0L0G0_STM32G0_IRQ_H diff --git a/arch/arm/include/stm32f0l0g0/stm32l0_irq.h b/arch/arm/include/stm32f0l0g0/stm32l0_irq.h index bd467c52b8e..a6f9fdf0f25 100644 --- a/arch/arm/include/stm32f0l0g0/stm32l0_irq.h +++ b/arch/arm/include/stm32f0l0g0/stm32l0_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through nuttx/irq.h */ +/* This file should never be included directly but, rather, only indirectly through nuttx/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32F0L0G0_STM32L0_IRQ_H #define __ARCH_ARM_INCLUDE_STM32F0L0G0_STM32L0_IRQ_H diff --git a/arch/arm/include/stm32f7/irq.h b/arch/arm/include/stm32f7/irq.h index 9bc5633a090..eb4042d714e 100644 --- a/arch/arm/include/stm32f7/irq.h +++ b/arch/arm/include/stm32f7/irq.h @@ -34,7 +34,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/stm32f7/stm32f72xx73xx_irq.h b/arch/arm/include/stm32f7/stm32f72xx73xx_irq.h index fdf25c58137..bd762069b8e 100644 --- a/arch/arm/include/stm32f7/stm32f72xx73xx_irq.h +++ b/arch/arm/include/stm32f7/stm32f72xx73xx_irq.h @@ -38,7 +38,7 @@ * for SDMMC2 (IRQ103). ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through arch/irq.h */ +/* This file should never be included directly but, rather, only indirectly through arch/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32F7_STM32F72XX73XX_IRQ_H #define __ARCH_ARM_INCLUDE_STM32F7_STM32F72XX73XX_IRQ_H diff --git a/arch/arm/include/stm32f7/stm32f74xx75xx_irq.h b/arch/arm/include/stm32f7/stm32f74xx75xx_irq.h index 234511ff44f..ecef4b12fc6 100644 --- a/arch/arm/include/stm32f7/stm32f74xx75xx_irq.h +++ b/arch/arm/include/stm32f7/stm32f74xx75xx_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through arch/irq.h */ +/* This file should never be included directly but, rather, only indirectly through arch/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32F7_STM32F74XX75XX_IRQ_H #define __ARCH_ARM_INCLUDE_STM32F7_STM32F74XX75XX_IRQ_H diff --git a/arch/arm/include/stm32f7/stm32f76xx77xx_irq.h b/arch/arm/include/stm32f7/stm32f76xx77xx_irq.h index fc6c6d1287a..9e44b862df3 100644 --- a/arch/arm/include/stm32f7/stm32f76xx77xx_irq.h +++ b/arch/arm/include/stm32f7/stm32f76xx77xx_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through arch/irq.h */ +/* This file should never be included directly but, rather, only indirectly through arch/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32F7_STM32F76XX77XX_IRQ_H #define __ARCH_ARM_INCLUDE_STM32F7_STM32F76XX77XX_IRQ_H diff --git a/arch/arm/include/stm32h7/irq.h b/arch/arm/include/stm32h7/irq.h index ff1d6803f6f..40e275240e6 100644 --- a/arch/arm/include/stm32h7/irq.h +++ b/arch/arm/include/stm32h7/irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/stm32h7/stm32h7x3xx_irq.h b/arch/arm/include/stm32h7/stm32h7x3xx_irq.h index 56c1ded9e15..c142a198323 100644 --- a/arch/arm/include/stm32h7/stm32h7x3xx_irq.h +++ b/arch/arm/include/stm32h7/stm32h7x3xx_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through arch/irq.h */ +/* This file should never be included directly but, rather, only indirectly through arch/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32H7_STM32H7X3XX_IRQ_H diff --git a/arch/arm/include/stm32h7/stm32h7x7xx_irq.h b/arch/arm/include/stm32h7/stm32h7x7xx_irq.h index 80594cc9dac..68492e98718 100644 --- a/arch/arm/include/stm32h7/stm32h7x7xx_irq.h +++ b/arch/arm/include/stm32h7/stm32h7x7xx_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through arch/irq.h */ +/* This file should never be included directly but, rather, only indirectly through arch/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32H7_STM32H7X7XX_IRQ_H diff --git a/arch/arm/include/stm32l4/irq.h b/arch/arm/include/stm32l4/irq.h index e84cf72b3c4..096e02a7f04 100644 --- a/arch/arm/include/stm32l4/irq.h +++ b/arch/arm/include/stm32l4/irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/stm32l4/stm32l4x3xx_irq.h b/arch/arm/include/stm32l4/stm32l4x3xx_irq.h index 4a60bb70ace..eaeb0c61dc1 100644 --- a/arch/arm/include/stm32l4/stm32l4x3xx_irq.h +++ b/arch/arm/include/stm32l4/stm32l4x3xx_irq.h @@ -35,7 +35,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through arch/irq.h */ +/* This file should never be included directly but, rather, only indirectly through arch/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32L4_STM32L4X3XX_IRQ_H #define __ARCH_ARM_INCLUDE_STM32L4_STM32L4X3XX_IRQ_H diff --git a/arch/arm/include/stm32l4/stm32l4x5xx_irq.h b/arch/arm/include/stm32l4/stm32l4x5xx_irq.h index 49bec8edde1..e39f81929dd 100644 --- a/arch/arm/include/stm32l4/stm32l4x5xx_irq.h +++ b/arch/arm/include/stm32l4/stm32l4x5xx_irq.h @@ -36,7 +36,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through arch/irq.h */ +/* This file should never be included directly but, rather, only indirectly through arch/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32L4_STM32L4X5XX_IRQ_H #define __ARCH_ARM_INCLUDE_STM32L4_STM32L4X5XX_IRQ_H diff --git a/arch/arm/include/stm32l4/stm32l4x6xx_irq.h b/arch/arm/include/stm32l4/stm32l4x6xx_irq.h index 153a748e075..5b4f3602eb6 100644 --- a/arch/arm/include/stm32l4/stm32l4x6xx_irq.h +++ b/arch/arm/include/stm32l4/stm32l4x6xx_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through arch/irq.h */ +/* This file should never be included directly but, rather, only indirectly through arch/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32L4_STM32L4X6XX_IRQ_H #define __ARCH_ARM_INCLUDE_STM32L4_STM32L4X6XX_IRQ_H diff --git a/arch/arm/include/stm32l4/stm32l4xrxx_irq.h b/arch/arm/include/stm32l4/stm32l4xrxx_irq.h index 9182f05f1ed..1c22352ae3b 100644 --- a/arch/arm/include/stm32l4/stm32l4xrxx_irq.h +++ b/arch/arm/include/stm32l4/stm32l4xrxx_irq.h @@ -34,7 +34,7 @@ * ****************************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through arch/irq.h */ +/* This file should never be included directly but, rather, only indirectly through arch/irq.h */ #ifndef __ARCH_ARM_INCLUDE_STM32L4_STM32L4XRXX_IRQ_H #define __ARCH_ARM_INCLUDE_STM32L4_STM32L4XRXX_IRQ_H diff --git a/arch/arm/include/str71x/irq.h b/arch/arm/include/str71x/irq.h index 3f6d3333a5e..cbb3b628878 100644 --- a/arch/arm/include/str71x/irq.h +++ b/arch/arm/include/str71x/irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/arm/include/syscall.h b/arch/arm/include/syscall.h index b6725ceca57..324f88956fa 100644 --- a/arch/arm/include/syscall.h +++ b/arch/arm/include/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/arm/include/tms570/irq.h b/arch/arm/include/tms570/irq.h index 1c4071d43a8..5d003a5d7bf 100644 --- a/arch/arm/include/tms570/irq.h +++ b/arch/arm/include/tms570/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/tms570/tms570ls04x03x_irq.h b/arch/arm/include/tms570/tms570ls04x03x_irq.h index 10829e0a27d..ee18b6da070 100644 --- a/arch/arm/include/tms570/tms570ls04x03x_irq.h +++ b/arch/arm/include/tms570/tms570ls04x03x_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly through +/* This file should never be included directly but, rather, only indirectly through * nuttx/irq.h */ diff --git a/arch/arm/include/types.h b/arch/arm/include/types.h index 4991ca2b58e..f2e45601f8c 100644 --- a/arch/arm/include/types.h +++ b/arch/arm/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/arm/include/xmc4/irq.h b/arch/arm/include/xmc4/irq.h index c1dab3a9507..f54166ff650 100644 --- a/arch/arm/include/xmc4/irq.h +++ b/arch/arm/include/xmc4/irq.h @@ -33,7 +33,7 @@ * ********************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/xmc4/xmc4500_irq.h b/arch/arm/include/xmc4/xmc4500_irq.h index 852d342e251..2a98082a610 100644 --- a/arch/arm/include/xmc4/xmc4500_irq.h +++ b/arch/arm/include/xmc4/xmc4500_irq.h @@ -33,7 +33,7 @@ * ********************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/xmc4/xmc4700_irq.h b/arch/arm/include/xmc4/xmc4700_irq.h index ff03330a8b1..8aee565f3fd 100644 --- a/arch/arm/include/xmc4/xmc4700_irq.h +++ b/arch/arm/include/xmc4/xmc4700_irq.h @@ -18,7 +18,7 @@ * ********************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/arm/include/xmc4/xmc4800_irq.h b/arch/arm/include/xmc4/xmc4800_irq.h index f8d55ea0e0a..3cf134c7479 100644 --- a/arch/arm/include/xmc4/xmc4800_irq.h +++ b/arch/arm/include/xmc4/xmc4800_irq.h @@ -18,7 +18,7 @@ * ********************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/avr/include/arch.h b/arch/avr/include/arch.h index 2c29ff1ef44..ccbf8890ce7 100644 --- a/arch/avr/include/arch.h +++ b/arch/avr/include/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h */ diff --git a/arch/avr/include/at32uc3/irq.h b/arch/avr/include/at32uc3/irq.h index 30515e03f25..3c7eff0b1d3 100644 --- a/arch/avr/include/at32uc3/irq.h +++ b/arch/avr/include/at32uc3/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/avr/include/at90usb/irq.h b/arch/avr/include/at90usb/irq.h index 5f0f9425b5d..28d2a86b82e 100644 --- a/arch/avr/include/at90usb/irq.h +++ b/arch/avr/include/at90usb/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/avr/include/atmega/irq.h b/arch/avr/include/atmega/irq.h index ba44c8b43a1..c97cb873143 100644 --- a/arch/avr/include/atmega/irq.h +++ b/arch/avr/include/atmega/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/avr/include/avr/irq.h b/arch/avr/include/avr/irq.h index 913065b2f05..815354f7a5e 100644 --- a/arch/avr/include/avr/irq.h +++ b/arch/avr/include/avr/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h. */ diff --git a/arch/avr/include/avr/syscall.h b/arch/avr/include/avr/syscall.h index 4c0b53e78ee..be6c69c1f1d 100644 --- a/arch/avr/include/avr/syscall.h +++ b/arch/avr/include/avr/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/avr/include/avr/types.h b/arch/avr/include/avr/types.h index b9db44ee601..6c5fa35757d 100644 --- a/arch/avr/include/avr/types.h +++ b/arch/avr/include/avr/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through stdint.h */ diff --git a/arch/avr/include/avr32/irq.h b/arch/avr/include/avr32/irq.h index 8c585af2089..25cad3dd5a0 100644 --- a/arch/avr/include/avr32/irq.h +++ b/arch/avr/include/avr32/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/avr/include/avr32/syscall.h b/arch/avr/include/avr32/syscall.h index fcad84a8a2c..096e9108e40 100644 --- a/arch/avr/include/avr32/syscall.h +++ b/arch/avr/include/avr32/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/avr/include/avr32/types.h b/arch/avr/include/avr32/types.h index e0202167cdb..81a6a669144 100644 --- a/arch/avr/include/avr32/types.h +++ b/arch/avr/include/avr32/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through stdint.h */ diff --git a/arch/avr/include/irq.h b/arch/avr/include/irq.h index d01fbeb9ab6..ddb900fd0b4 100644 --- a/arch/avr/include/irq.h +++ b/arch/avr/include/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/avr/include/syscall.h b/arch/avr/include/syscall.h index 1d7eeac18cc..9a566721e57 100644 --- a/arch/avr/include/syscall.h +++ b/arch/avr/include/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/avr/include/types.h b/arch/avr/include/types.h index f336c9e7f11..a820f87f73f 100644 --- a/arch/avr/include/types.h +++ b/arch/avr/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through stdint.h */ diff --git a/arch/avr/include/xmega/xmegac_irq.h b/arch/avr/include/xmega/xmegac_irq.h index 6354a2109bb..afe59260825 100644 --- a/arch/avr/include/xmega/xmegac_irq.h +++ b/arch/avr/include/xmega/xmegac_irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/hc/include/arch.h b/arch/hc/include/arch.h index 8c1db806973..cfef5ded5ff 100644 --- a/arch/hc/include/arch.h +++ b/arch/hc/include/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h */ diff --git a/arch/hc/include/hc12/irq.h b/arch/hc/include/hc12/irq.h index 209a34cdd6d..317fe47b4a7 100644 --- a/arch/hc/include/hc12/irq.h +++ b/arch/hc/include/hc12/irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/hc/include/hc12/types.h b/arch/hc/include/hc12/types.h index 3787eaf9352..19804853bfb 100644 --- a/arch/hc/include/hc12/types.h +++ b/arch/hc/include/hc12/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/hc/include/hcs12/irq.h b/arch/hc/include/hcs12/irq.h index 2095544eb44..a3d1ba23445 100644 --- a/arch/hc/include/hcs12/irq.h +++ b/arch/hc/include/hcs12/irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/hc/include/hcs12/types.h b/arch/hc/include/hcs12/types.h index 96823e4f118..1f21c2b82de 100644 --- a/arch/hc/include/hcs12/types.h +++ b/arch/hc/include/hcs12/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/hc/include/irq.h b/arch/hc/include/irq.h index 3171cc83992..a35278c7da6 100644 --- a/arch/hc/include/irq.h +++ b/arch/hc/include/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/hc/include/m9s12/irq.h b/arch/hc/include/m9s12/irq.h index d70e40de349..775b198a3a9 100644 --- a/arch/hc/include/m9s12/irq.h +++ b/arch/hc/include/m9s12/irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/hc/include/syscall.h b/arch/hc/include/syscall.h index 6d76b9ba2b9..f369be3bdcc 100644 --- a/arch/hc/include/syscall.h +++ b/arch/hc/include/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/hc/include/types.h b/arch/hc/include/types.h index e7b133b9640..ae9e7965f63 100644 --- a/arch/hc/include/types.h +++ b/arch/hc/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/mips/include/arch.h b/arch/mips/include/arch.h index 6584548b9cc..40ffc02ee79 100644 --- a/arch/mips/include/arch.h +++ b/arch/mips/include/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h */ diff --git a/arch/mips/include/irq.h b/arch/mips/include/irq.h index 3ac22bff5c1..45ea97eb9c4 100644 --- a/arch/mips/include/irq.h +++ b/arch/mips/include/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/mips/include/mips32/irq.h b/arch/mips/include/mips32/irq.h index 542bce4c765..29cdfc1d905 100644 --- a/arch/mips/include/mips32/irq.h +++ b/arch/mips/include/mips32/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/mips/include/pic32mx/irq.h b/arch/mips/include/pic32mx/irq.h index 877662ff864..5296b577b55 100644 --- a/arch/mips/include/pic32mx/irq.h +++ b/arch/mips/include/pic32mx/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/mips/include/pic32mx/irq_1xx2xx.h b/arch/mips/include/pic32mx/irq_1xx2xx.h index 6410f14fd33..4a96ff7f529 100644 --- a/arch/mips/include/pic32mx/irq_1xx2xx.h +++ b/arch/mips/include/pic32mx/irq_1xx2xx.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/mips/include/pic32mx/irq_3xx4xx.h b/arch/mips/include/pic32mx/irq_3xx4xx.h index a159619584e..d8dbadc6679 100644 --- a/arch/mips/include/pic32mx/irq_3xx4xx.h +++ b/arch/mips/include/pic32mx/irq_3xx4xx.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/mips/include/pic32mx/irq_5xx6xx7xx.h b/arch/mips/include/pic32mx/irq_5xx6xx7xx.h index 859844dfdbc..740222d89df 100644 --- a/arch/mips/include/pic32mx/irq_5xx6xx7xx.h +++ b/arch/mips/include/pic32mx/irq_5xx6xx7xx.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/mips/include/pic32mz/irq.h b/arch/mips/include/pic32mz/irq.h index c9b195ac53a..a5a0984deeb 100644 --- a/arch/mips/include/pic32mz/irq.h +++ b/arch/mips/include/pic32mz/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/mips/include/pic32mz/irq_pic32mzxxxec.h b/arch/mips/include/pic32mz/irq_pic32mzxxxec.h index 138f302bbb9..f5c3333e177 100644 --- a/arch/mips/include/pic32mz/irq_pic32mzxxxec.h +++ b/arch/mips/include/pic32mz/irq_pic32mzxxxec.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/mips/include/pic32mz/irq_pic32mzxxxef.h b/arch/mips/include/pic32mz/irq_pic32mzxxxef.h index b6c2f24e7a1..d04f1c9928d 100644 --- a/arch/mips/include/pic32mz/irq_pic32mzxxxef.h +++ b/arch/mips/include/pic32mz/irq_pic32mzxxxef.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/mips/include/types.h b/arch/mips/include/types.h index c0decbdc714..f135a517d7a 100644 --- a/arch/mips/include/types.h +++ b/arch/mips/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through stdint.h */ diff --git a/arch/misoc/include/irq.h b/arch/misoc/include/irq.h index 8220ef185d6..d75f551520f 100644 --- a/arch/misoc/include/irq.h +++ b/arch/misoc/include/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/misoc/include/lm32/syscall.h b/arch/misoc/include/lm32/syscall.h index 8620d208339..d3dab9546e4 100644 --- a/arch/misoc/include/lm32/syscall.h +++ b/arch/misoc/include/lm32/syscall.h @@ -34,7 +34,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/misoc/include/minerva/irq.h b/arch/misoc/include/minerva/irq.h index 2be04919175..0c9de3a558a 100644 --- a/arch/misoc/include/minerva/irq.h +++ b/arch/misoc/include/minerva/irq.h @@ -35,7 +35,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/misoc/include/minerva/syscall.h b/arch/misoc/include/minerva/syscall.h index da234ac377f..0e24fc594ab 100644 --- a/arch/misoc/include/minerva/syscall.h +++ b/arch/misoc/include/minerva/syscall.h @@ -34,7 +34,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/misoc/include/syscall.h b/arch/misoc/include/syscall.h index 9fb655dc35d..bbe8a55f6ab 100644 --- a/arch/misoc/include/syscall.h +++ b/arch/misoc/include/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/misoc/include/types.h b/arch/misoc/include/types.h index e98bbf2167d..e448a8cd3cd 100644 --- a/arch/misoc/include/types.h +++ b/arch/misoc/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through stdint.h */ diff --git a/arch/or1k/include/arch.h b/arch/or1k/include/arch.h index 629965a22a7..15d92c16723 100644 --- a/arch/or1k/include/arch.h +++ b/arch/or1k/include/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h */ diff --git a/arch/or1k/include/irq.h b/arch/or1k/include/irq.h index 996c60e20f6..0037da68969 100644 --- a/arch/or1k/include/irq.h +++ b/arch/or1k/include/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/or1k/include/mor1kx/irq.h b/arch/or1k/include/mor1kx/irq.h index a27ac858921..f098a8ef81d 100644 --- a/arch/or1k/include/mor1kx/irq.h +++ b/arch/or1k/include/mor1kx/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/or1k/include/types.h b/arch/or1k/include/types.h index 61df12d1332..43de7d4400e 100644 --- a/arch/or1k/include/types.h +++ b/arch/or1k/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/renesas/include/arch.h b/arch/renesas/include/arch.h index a4824ce9841..5bb9298daca 100644 --- a/arch/renesas/include/arch.h +++ b/arch/renesas/include/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h */ diff --git a/arch/renesas/include/irq.h b/arch/renesas/include/irq.h index 74d5533fd90..6634516f589 100644 --- a/arch/renesas/include/irq.h +++ b/arch/renesas/include/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/renesas/include/m16c/irq.h b/arch/renesas/include/m16c/irq.h index 04c8f6899cb..970c9865c8c 100644 --- a/arch/renesas/include/m16c/irq.h +++ b/arch/renesas/include/m16c/irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/renesas/include/m16c/types.h b/arch/renesas/include/m16c/types.h index 53a6bfa14bb..6842101aa87 100644 --- a/arch/renesas/include/m16c/types.h +++ b/arch/renesas/include/m16c/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly\ +/* This file should never be included directly but, rather, only indirectly\ * through sys/types.h */ diff --git a/arch/renesas/include/rx65n/types.h b/arch/renesas/include/rx65n/types.h index 39215d7f3d2..81fc4be188d 100644 --- a/arch/renesas/include/rx65n/types.h +++ b/arch/renesas/include/rx65n/types.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, only indirectly\ +/* This file should never be included directly but, rather, only indirectly\ * through sys/types.h */ diff --git a/arch/renesas/include/sh1/irq.h b/arch/renesas/include/sh1/irq.h index a06d9e9034b..1433a1e0820 100644 --- a/arch/renesas/include/sh1/irq.h +++ b/arch/renesas/include/sh1/irq.h @@ -33,7 +33,7 @@ * ************************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/renesas/include/sh1/types.h b/arch/renesas/include/sh1/types.h index fbb7e75989f..1851ead8f1e 100644 --- a/arch/renesas/include/sh1/types.h +++ b/arch/renesas/include/sh1/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly\ +/* This file should never be included directly but, rather, only indirectly\ * through sys/types.h */ diff --git a/arch/renesas/include/sh1Ptypes.h b/arch/renesas/include/sh1Ptypes.h index 86d7b5b9bb3..aeb288a7484 100644 --- a/arch/renesas/include/sh1Ptypes.h +++ b/arch/renesas/include/sh1Ptypes.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly\ +/* This file should never be included directly but, rather, only indirectly\ * through sys/types.h */ diff --git a/arch/renesas/include/syscall.h b/arch/renesas/include/syscall.h index 75b20a2c9de..ea35400a76a 100644 --- a/arch/renesas/include/syscall.h +++ b/arch/renesas/include/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/renesas/include/types.h b/arch/renesas/include/types.h index aca5f944635..d24bdfd76c2 100644 --- a/arch/renesas/include/types.h +++ b/arch/renesas/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/risc-v/include/arch.h b/arch/risc-v/include/arch.h index 34d58179d1e..970bd5b6fc3 100644 --- a/arch/risc-v/include/arch.h +++ b/arch/risc-v/include/arch.h @@ -30,7 +30,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h */ diff --git a/arch/risc-v/include/gap8/chip.h b/arch/risc-v/include/gap8/chip.h index d7139e9d7de..65ed9981dc7 100644 --- a/arch/risc-v/include/gap8/chip.h +++ b/arch/risc-v/include/gap8/chip.h @@ -31,7 +31,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/risc-v/include/irq.h b/arch/risc-v/include/irq.h index e21321b4c07..816eaef0f0a 100644 --- a/arch/risc-v/include/irq.h +++ b/arch/risc-v/include/irq.h @@ -30,7 +30,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/risc-v/include/nr5m100/chip.h b/arch/risc-v/include/nr5m100/chip.h index 79b81f3ec67..43bde07822c 100644 --- a/arch/risc-v/include/nr5m100/chip.h +++ b/arch/risc-v/include/nr5m100/chip.h @@ -30,7 +30,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/risc-v/include/rv32im/csr.h b/arch/risc-v/include/rv32im/csr.h index 6ba7b420d77..88a9fe518f5 100644 --- a/arch/risc-v/include/rv32im/csr.h +++ b/arch/risc-v/include/rv32im/csr.h @@ -30,7 +30,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/risc-v/include/rv32im/irq.h b/arch/risc-v/include/rv32im/irq.h index 7b3c4d6ec5e..3944d9de022 100644 --- a/arch/risc-v/include/rv32im/irq.h +++ b/arch/risc-v/include/rv32im/irq.h @@ -35,7 +35,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/risc-v/include/rv32im/syscall.h b/arch/risc-v/include/rv32im/syscall.h index b4bf0c30bbf..8be3c75e66c 100644 --- a/arch/risc-v/include/rv32im/syscall.h +++ b/arch/risc-v/include/rv32im/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/risc-v/include/rv64gc/irq.h b/arch/risc-v/include/rv64gc/irq.h index e4fbf62cf42..40d9b691bc7 100644 --- a/arch/risc-v/include/rv64gc/irq.h +++ b/arch/risc-v/include/rv64gc/irq.h @@ -35,7 +35,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/risc-v/include/rv64gc/syscall.h b/arch/risc-v/include/rv64gc/syscall.h index 18f69b3a7f9..93f8ea5e131 100644 --- a/arch/risc-v/include/rv64gc/syscall.h +++ b/arch/risc-v/include/rv64gc/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/risc-v/include/syscall.h b/arch/risc-v/include/syscall.h index 494f98d6b45..24860050a9d 100644 --- a/arch/risc-v/include/syscall.h +++ b/arch/risc-v/include/syscall.h @@ -35,7 +35,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/risc-v/include/types.h b/arch/risc-v/include/types.h index da0e5db6569..f4b4e55d451 100644 --- a/arch/risc-v/include/types.h +++ b/arch/risc-v/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/sim/include/arch.h b/arch/sim/include/arch.h index b1319b87600..8ad48ccebbf 100644 --- a/arch/sim/include/arch.h +++ b/arch/sim/include/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h */ diff --git a/arch/sim/include/irq.h b/arch/sim/include/irq.h index de89aec5de0..dc6bdc2ac25 100644 --- a/arch/sim/include/irq.h +++ b/arch/sim/include/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/sim/include/syscall.h b/arch/sim/include/syscall.h index ffb760b2528..6f30951e3b5 100644 --- a/arch/sim/include/syscall.h +++ b/arch/sim/include/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/sim/include/types.h b/arch/sim/include/types.h index e5d2a856af4..7181a0b9be7 100644 --- a/arch/sim/include/types.h +++ b/arch/sim/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through sys/types.h */ diff --git a/arch/x86/include/arch.h b/arch/x86/include/arch.h index cdd5f2f630a..1b7f6d265c5 100644 --- a/arch/x86/include/arch.h +++ b/arch/x86/include/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through arch/arch.h */ diff --git a/arch/x86/include/i486/arch.h b/arch/x86/include/i486/arch.h index 23fb7921514..a06acc5a6d1 100644 --- a/arch/x86/include/i486/arch.h +++ b/arch/x86/include/i486/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h */ diff --git a/arch/x86/include/i486/io.h b/arch/x86/include/i486/io.h index a6f455b79c3..67784e4818f 100644 --- a/arch/x86/include/i486/io.h +++ b/arch/x86/include/i486/io.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through arch/io.h */ diff --git a/arch/x86/include/i486/irq.h b/arch/x86/include/i486/irq.h index e5bdf9c3c12..6574aede81d 100644 --- a/arch/x86/include/i486/irq.h +++ b/arch/x86/include/i486/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/x86/include/i486/syscall.h b/arch/x86/include/i486/syscall.h index bcb72a722f4..b62b371a5a2 100644 --- a/arch/x86/include/i486/syscall.h +++ b/arch/x86/include/i486/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/x86/include/i486/types.h b/arch/x86/include/i486/types.h index ab91056827b..c5e665213fa 100644 --- a/arch/x86/include/i486/types.h +++ b/arch/x86/include/i486/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only +/* This file should never be included directly but, rather, only * indirectly through arch/types.h (which is, in turn only accessed * through sys/types.h or stdint.h). */ diff --git a/arch/x86/include/irq.h b/arch/x86/include/irq.h index 8f94d89ff89..4601c03c31a 100644 --- a/arch/x86/include/irq.h +++ b/arch/x86/include/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/x86/include/qemu/arch.h b/arch/x86/include/qemu/arch.h index 642cba11524..f6414b20d25 100644 --- a/arch/x86/include/qemu/arch.h +++ b/arch/x86/include/qemu/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h */ diff --git a/arch/x86/include/qemu/irq.h b/arch/x86/include/qemu/irq.h index b9c486ef6cd..90699d87525 100644 --- a/arch/x86/include/qemu/irq.h +++ b/arch/x86/include/qemu/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/x86/include/syscall.h b/arch/x86/include/syscall.h index 4b5bc5136fb..4d09a3179bd 100644 --- a/arch/x86/include/syscall.h +++ b/arch/x86/include/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/x86/include/types.h b/arch/x86/include/types.h index 5e7dba28edd..b9c4272c56d 100644 --- a/arch/x86/include/types.h +++ b/arch/x86/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/x86_64/include/arch.h b/arch/x86_64/include/arch.h index fc69aa5860a..1795067fa69 100644 --- a/arch/x86_64/include/arch.h +++ b/arch/x86_64/include/arch.h @@ -18,7 +18,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through arch/arch.h */ diff --git a/arch/x86_64/include/intel64/arch.h b/arch/x86_64/include/intel64/arch.h index f385ca8e361..ebfb3e20f6e 100644 --- a/arch/x86_64/include/intel64/arch.h +++ b/arch/x86_64/include/intel64/arch.h @@ -18,7 +18,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h */ diff --git a/arch/x86_64/include/intel64/io.h b/arch/x86_64/include/intel64/io.h index 66b91fe7757..09708eee506 100644 --- a/arch/x86_64/include/intel64/io.h +++ b/arch/x86_64/include/intel64/io.h @@ -18,7 +18,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through arch/io.h */ diff --git a/arch/x86_64/include/intel64/irq.h b/arch/x86_64/include/intel64/irq.h index c612716b30e..8310dbecfb5 100644 --- a/arch/x86_64/include/intel64/irq.h +++ b/arch/x86_64/include/intel64/irq.h @@ -18,7 +18,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/x86_64/include/intel64/syscall.h b/arch/x86_64/include/intel64/syscall.h index f8acd90beae..1c4befaa73e 100644 --- a/arch/x86_64/include/intel64/syscall.h +++ b/arch/x86_64/include/intel64/syscall.h @@ -18,7 +18,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/x86_64/include/intel64/types.h b/arch/x86_64/include/intel64/types.h index fd6a43d9f4b..bb99f255e7a 100644 --- a/arch/x86_64/include/intel64/types.h +++ b/arch/x86_64/include/intel64/types.h @@ -18,7 +18,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only +/* This file should never be included directly but, rather, only * indirectly through arch/types.h (which is, in turn only accessed * through sys/types.h or stdint.h). */ diff --git a/arch/x86_64/include/irq.h b/arch/x86_64/include/irq.h index 5a27f037f5f..de4ebf92a3d 100644 --- a/arch/x86_64/include/irq.h +++ b/arch/x86_64/include/irq.h @@ -18,7 +18,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/x86_64/include/syscall.h b/arch/x86_64/include/syscall.h index 88cb2d164a6..ec9ac4d6a42 100644 --- a/arch/x86_64/include/syscall.h +++ b/arch/x86_64/include/syscall.h @@ -18,7 +18,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/x86_64/include/types.h b/arch/x86_64/include/types.h index 1d2b1887c79..eeb0ef2439b 100644 --- a/arch/x86_64/include/types.h +++ b/arch/x86_64/include/types.h @@ -18,7 +18,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/xtensa/include/arch.h b/arch/xtensa/include/arch.h index 760e52ff709..b986c7fb5ab 100644 --- a/arch/xtensa/include/arch.h +++ b/arch/xtensa/include/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/arch.h */ diff --git a/arch/xtensa/include/esp32/irq.h b/arch/xtensa/include/esp32/irq.h index bb096ec85be..124f800b5b3 100644 --- a/arch/xtensa/include/esp32/irq.h +++ b/arch/xtensa/include/esp32/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/xtensa/include/irq.h b/arch/xtensa/include/irq.h index 1c883a85e8a..279cbb6250e 100644 --- a/arch/xtensa/include/irq.h +++ b/arch/xtensa/include/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/xtensa/include/lx6/irq.h b/arch/xtensa/include/lx6/irq.h index ddc87e0c2bc..512759fea91 100644 --- a/arch/xtensa/include/lx6/irq.h +++ b/arch/xtensa/include/lx6/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h */ diff --git a/arch/xtensa/include/syscall.h b/arch/xtensa/include/syscall.h index fe2d71e6def..327e5dc3ba0 100644 --- a/arch/xtensa/include/syscall.h +++ b/arch/xtensa/include/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/xtensa/include/types.h b/arch/xtensa/include/types.h index e668aec38e8..bb13a1b3e65 100644 --- a/arch/xtensa/include/types.h +++ b/arch/xtensa/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through stdint.h */ diff --git a/arch/z16/include/arch.h b/arch/z16/include/arch.h index 4b9cb7b01c5..58b1a3fb7ff 100644 --- a/arch/z16/include/arch.h +++ b/arch/z16/include/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h */ diff --git a/arch/z16/include/irq.h b/arch/z16/include/irq.h index 85e7fabfed6..296f94eb68e 100644 --- a/arch/z16/include/irq.h +++ b/arch/z16/include/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/z16/include/syscall.h b/arch/z16/include/syscall.h index c91da1fd888..4d7f156fbde 100644 --- a/arch/z16/include/syscall.h +++ b/arch/z16/include/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/z16/include/types.h b/arch/z16/include/types.h index 6c7886824e7..e1e7f3ab9c3 100644 --- a/arch/z16/include/types.h +++ b/arch/z16/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through sys/types.h */ diff --git a/arch/z16/include/z16f/arch.h b/arch/z16/include/z16f/arch.h index 7d6bdd1b1a9..9a43172fa13 100644 --- a/arch/z16/include/z16f/arch.h +++ b/arch/z16/include/z16f/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h (via arch/arch.h) */ diff --git a/arch/z16/include/z16f/irq.h b/arch/z16/include/z16f/irq.h index 04a636f1397..78b5b46597b 100644 --- a/arch/z16/include/z16f/irq.h +++ b/arch/z16/include/z16f/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h (via arch/irq.h) */ diff --git a/arch/z80/include/arch.h b/arch/z80/include/arch.h index 555169865cd..3c8cde98156 100644 --- a/arch/z80/include/arch.h +++ b/arch/z80/include/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/arch.h */ diff --git a/arch/z80/include/ez80/arch.h b/arch/z80/include/ez80/arch.h index 61ac8b62685..65064c20f5a 100644 --- a/arch/z80/include/ez80/arch.h +++ b/arch/z80/include/ez80/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h (via arch/arch.h) */ diff --git a/arch/z80/include/ez80/io.h b/arch/z80/include/ez80/io.h index 643da9eed0b..f3866a5ded4 100644 --- a/arch/z80/include/ez80/io.h +++ b/arch/z80/include/ez80/io.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through arch/io.h */ diff --git a/arch/z80/include/ez80/irq.h b/arch/z80/include/ez80/irq.h index d1ebb0e91ad..63efee95b4e 100644 --- a/arch/z80/include/ez80/irq.h +++ b/arch/z80/include/ez80/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h (via arch/irq.h) */ diff --git a/arch/z80/include/ez80/types.h b/arch/z80/include/ez80/types.h index d39c81fe51b..edfd6f12979 100644 --- a/arch/z80/include/ez80/types.h +++ b/arch/z80/include/ez80/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/z80/include/irq.h b/arch/z80/include/irq.h index f3d16aafd82..49fe6aeb17c 100644 --- a/arch/z80/include/irq.h +++ b/arch/z80/include/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h */ diff --git a/arch/z80/include/syscall.h b/arch/z80/include/syscall.h index dca39d39f26..77672b71891 100644 --- a/arch/z80/include/syscall.h +++ b/arch/z80/include/syscall.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through include/syscall.h or include/sys/sycall.h */ diff --git a/arch/z80/include/types.h b/arch/z80/include/types.h index af06d1fc565..97a7b9a8a24 100644 --- a/arch/z80/include/types.h +++ b/arch/z80/include/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/z80/include/z180/arch.h b/arch/z80/include/z180/arch.h index ce1bf7b7a9d..d484bd6cc78 100644 --- a/arch/z80/include/z180/arch.h +++ b/arch/z80/include/z180/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/arch.h (via arch/arch.h) */ diff --git a/arch/z80/include/z180/io.h b/arch/z80/include/z180/io.h index d976b0aa5ed..92d3ce369a8 100644 --- a/arch/z80/include/z180/io.h +++ b/arch/z80/include/z180/io.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through arch/io.h */ diff --git a/arch/z80/include/z180/irq.h b/arch/z80/include/z180/irq.h index b813de0d046..2f8a1822e38 100644 --- a/arch/z80/include/z180/irq.h +++ b/arch/z80/include/z180/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through nuttx/irq.h (via arch/irq.h) */ diff --git a/arch/z80/include/z180/types.h b/arch/z80/include/z180/types.h index d6a8b4d579e..cbdd94318d6 100644 --- a/arch/z80/include/z180/types.h +++ b/arch/z80/include/z180/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/z80/include/z8/arch.h b/arch/z80/include/z8/arch.h index a186b035817..b3b6b789e07 100644 --- a/arch/z80/include/z8/arch.h +++ b/arch/z80/include/z8/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h (via arch/arch.h) */ diff --git a/arch/z80/include/z8/irq.h b/arch/z80/include/z8/irq.h index 6e879fe124e..8e463dcef6c 100644 --- a/arch/z80/include/z8/irq.h +++ b/arch/z80/include/z8/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h (via arch/irq.h) */ diff --git a/arch/z80/include/z8/types.h b/arch/z80/include/z8/types.h index da5642da684..eae4e9f49b3 100644 --- a/arch/z80/include/z8/types.h +++ b/arch/z80/include/z8/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */ diff --git a/arch/z80/include/z80/arch.h b/arch/z80/include/z80/arch.h index 1040cfb09aa..0d1be4a6953 100644 --- a/arch/z80/include/z80/arch.h +++ b/arch/z80/include/z80/arch.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/arch.h (via arch/arch.h) */ diff --git a/arch/z80/include/z80/io.h b/arch/z80/include/z80/io.h index d69381d1343..d527c479220 100644 --- a/arch/z80/include/z80/io.h +++ b/arch/z80/include/z80/io.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through arch/io.h */ diff --git a/arch/z80/include/z80/irq.h b/arch/z80/include/z80/irq.h index 9ea2fcd5868..0a90b32adee 100644 --- a/arch/z80/include/z80/irq.h +++ b/arch/z80/include/z80/irq.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, +/* This file should never be included directly but, rather, * only indirectly through nuttx/irq.h (via arch/irq.h) */ diff --git a/arch/z80/include/z80/types.h b/arch/z80/include/z80/types.h index d6dee9b828a..fb774dd75e3 100644 --- a/arch/z80/include/z80/types.h +++ b/arch/z80/include/z80/types.h @@ -33,7 +33,7 @@ * ****************************************************************************/ -/* This file should never be included directed but, rather, only indirectly +/* This file should never be included directly but, rather, only indirectly * through sys/types.h */