diff --git a/src/create_pcid.c b/src/create_pcid.c index ba42a24fd01cfa5c4833e99ca5442551da7e5d63..9124c2c6ebeac20fc4cedc65e68184fd8cece429 100644 --- a/src/create_pcid.c +++ b/src/create_pcid.c @@ -55,7 +55,7 @@ int32_t SetOsSyscap(PCIDMain *pcidBuffer, uint32_t osCapSize, } osCapIndex = cJSON_GetObjectItem(allOsSyscapObj, jsonArrayItem->valuestring); if (osCapIndex == NULL) { - PRINT_ERR("can't find ths syscap: %s, please add it syscap_define.h.\n", jsonArrayItem->valuestring); + PRINT_ERR("can't find the syscap: %s, please add it in syscap_define.h.\n", jsonArrayItem->valuestring); return -1; } if (!cJSON_IsNumber(osCapIndex)) {