From 1b10a0871cb202d069f5ae15786f9fec98c9f2c7 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 25 Jun 2019 13:04:20 +0000 Subject: [PATCH] doc: cm3: mpu: fix typo --- include/libopencm3/cm3/mpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libopencm3/cm3/mpu.h b/include/libopencm3/cm3/mpu.h index 3ac73907..d47abc60 100644 --- a/include/libopencm3/cm3/mpu.h +++ b/include/libopencm3/cm3/mpu.h @@ -45,7 +45,7 @@ * @ingroup CM3_mpu_defines * *@{*/ -/** MPU_TYPE is alays available, even if the MPU is not implemented */ +/** MPU_TYPE is always available, even if the MPU is not implemented */ #define MPU_TYPE MMIO32(MPU_BASE + 0x00) #define MPU_CTRL MMIO32(MPU_BASE + 0x04) #define MPU_RNR MMIO32(MPU_BASE + 0x08)