Skip to content

Commit 7d45d3e

Browse files
committed
driver: gicv3: doc: fix spelling errors in kconfig file
fixed a few typos / spelling mistakes Signed-off-by: Benjamin Cabé <[email protected]>
1 parent dd4bf1a commit 7d45d3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/interrupt_controller/Kconfig.gic

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@ config GIC_V3_RDIST_DMA_NONCOHERENT
7979
default n
8080
help
8181
GIC redistributor on Some platform are connected to a non-coherent
82-
downstream interconnect, it need to use Non-cahable and Non-shareable
83-
access atttributes to access external memory.
82+
downstream interconnect, it need to use Non-cacheable and Non-shareable
83+
access attributes to access external memory.
8484

8585
config GIC_V3_ITS_DMA_NONCOHERENT
8686
bool "GIC ITS is DMA noncoherent"
8787
depends on GIC_V3_ITS
8888
default n
8989
help
9090
GIC ITS on Some platform are connected to a non-coherent downstream
91-
interconnect, it need to use Non-cahable and Non-shareable access
92-
atttributes to access external memory.
91+
interconnect, it need to use Non-cacheable and Non-shareable access
92+
attributes to access external memory.
9393

9494
endif # CPU_CORTEX

0 commit comments

Comments
 (0)