typo: nvme should say nvm in nvmutil.c

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2025-01-24 11:37:26 +00:00
parent fe55e33254
commit d68d0a8d75
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ cmd_copy(void)
gbe[part ^ 1] = gbe[part]; /* speedhack: copy ptr, not words */
}
/* verify nvme part checksum (return 1 if valid) */
/* verify nvm part checksum (return 1 if valid) */
int
goodChecksum(int partnum)
{