diff options
-rw-r--r-- | os/hal/ports/SAMA/SAMA5D2x/sama_matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/sama_matrix.h b/os/hal/ports/SAMA/SAMA5D2x/sama_matrix.h index 11d6e8e85..b899d413b 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/sama_matrix.h +++ b/os/hal/ports/SAMA/SAMA5D2x/sama_matrix.h @@ -38,7 +38,7 @@ #define LOWER_AREA_SECURABLE 0x0u /** - * @brief The low area of region is the non-securable one. + * @brief The upper area of region is the non-securable one. */ #define UPPER_AREA_SECURABLE 0x1u |