There is a spelling mistake in an error message literal string. Fix it.
Fixes: f96bf4340316 ("kselftest: arm64: mangle_pstate_invalid_compat_toggle and common utils")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
else if (extra->size & 0x0fUL)
*err = "Extra SIZE misaligned";
else if (extra->datap != (uint64_t)term + sizeof(*term))
- *err = "Extra DATAP misplaced (not contiguos)";
+ *err = "Extra DATAP misplaced (not contiguous)";
if (*err)
return false;