Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2019-06-25 16:04:20 +0300
committerKarl Palsson <karlp@etactica.com>2019-06-26 00:15:19 +0300
commit1b10a0871cb202d069f5ae15786f9fec98c9f2c7 (patch)
tree5eb8f2ca0e63a6303307e16555f2693485caca68
parent60991ac306bf9376daa4cd9a27f7b639ba4fa844 (diff)
doc: cm3: mpu: fix typo
-rw-r--r--include/libopencm3/cm3/mpu.h2
1 files changed, 1 insertions, 1 deletions
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)