abis_nm: fix typo

Change-Id: I2cb7b986db9d394db2c912247db861704d2c7c23
This commit is contained in:
Philipp Maier 2021-11-19 11:36:43 +01:00
parent 9cf719889d
commit 0505e35cb7
1 changed files with 1 additions and 1 deletions

View File

@ -1363,7 +1363,7 @@ static int parse_sdp_header(struct abis_nm_sw *sw)
}
if (strncmp(firmware_header.magic, " SDP", 4) != 0) {
LOGPMO(mo, DNM, LOGL_ERROR, "The magic number1 is wrong.\n");
LOGPMO(mo, DNM, LOGL_ERROR, "The magic number is wrong.\n");
return -1;
}