From 0c7b7362def16392fb53d5dbd80653ca31cffeed Mon Sep 17 00:00:00 2001 From: ezio Date: Fri, 10 Nov 2023 02:18:03 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/create=5Fpcid.c.=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9create=5Fpcid.c=E4=B8=AD=20osCapIndex=E5=86=85PRINT=5F?= =?UTF-8?q?ERR=E7=9A=84=E9=94=99=E8=AF=AF=E6=89=93=E5=8D=B0=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ezio --- src/create_pcid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- Gitee