From 81d511df02d9555703d3a2818992f7b8db043a3f Mon Sep 17 00:00:00 2001 From: lyon Date: Thu, 29 Dec 2022 18:32:38 +0800 Subject: [PATCH] fix typo --- src/PikaPlatform.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PikaPlatform.h b/src/PikaPlatform.h index 15a7eb61d..2d74ced4b 100644 --- a/src/PikaPlatform.h +++ b/src/PikaPlatform.h @@ -245,9 +245,9 @@ typedef struct pika_platform_mutex { } pika_platform_mutex_t; #else /* - You need to create the __platform_thread.h for your platform. + You need to create the pika_platform_thread.h for your platform. For example: - You can #include in the __platform_thread.h + You can #include in the pika_platform_thread.h */ #include "pika_platform_thread.h" #endif @@ -271,7 +271,7 @@ typedef struct pika_platform_timer { } pika_platform_timer_t; #else /* - You need to create the __pika_platform_timer.h for your platform. + You need to create the pika_platform_timer.h for your platform. */ #include "pika_platform_time.h" #endif