summaryrefslogtreecommitdiff
path: root/common/nvmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/nvmem.c')
-rw-r--r--common/nvmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nvmem.c b/common/nvmem.c
index 92e097077a..af0ba3ad4c 100644
--- a/common/nvmem.c
+++ b/common/nvmem.c
@@ -270,7 +270,7 @@ static int nvmem_get_partition_off(int user, uint32_t offset, uint32_t len,
{
uint32_t start_offset;
- /* Sanity check for user */
+ /* Validity check for user */
if (user >= NVMEM_NUM_USERS)
return EC_ERROR_OVERFLOW;