ARM: 9435/1: ARM/nommu: Fix typo "absence"

There is a spelling mistake of 'absense' in comments which
should be 'absence'.

Link: https://lore.kernel.org/all/fca25741-c89f-43ea-95af-5e3232d513fc@arm.com/
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>

authored by WangYuli and committed by Russell King (Oracle) fb5af7d5 4aea16b7

Changed files
+1 -1
arch
+1 -1
arch/arm/mm/dma-mapping-nommu.c
··· 39 39 /* 40 40 * Cache support for v7m is optional, so can be treated as 41 41 * coherent if no cache has been detected. Note that it is not 42 - * enough to check if MPU is in use or not since in absense of 42 + * enough to check if MPU is in use or not since in absence of 43 43 * MPU system memory map is used. 44 44 */ 45 45 dev->dma_coherent = cacheid ? coherent : true;