From f9a8fe4bad8152bdf0423fbbd177c74a4be1d80a Mon Sep 17 00:00:00 2001 From: hgn Date: Wed, 13 Dec 2023 18:04:27 +0000 Subject: [PATCH] incorrect description --- vg_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vg_platform.h b/vg_platform.h index 295f03f..9366095 100644 --- a/vg_platform.h +++ b/vg_platform.h @@ -238,7 +238,7 @@ static int vg_strgood( vg_str *str ){ } /* - * Returns pointer to first instance of character + * Returns pointer to last instance of character */ static char *vg_strch( vg_str *str, char c ){ char *ptr = NULL; -- 2.25.1