diff --git a/src/create_pcid.c b/src/create_pcid.c index ba42a24..9124c2c 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)) {