From 9eb4e9dbb7512d8da8c63353c1cbe2988d707641 Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Mon, 8 Jun 2026 22:13:07 +0200 Subject: [PATCH] nits --- tools/mtmd/mtmd-helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mtmd/mtmd-helper.h b/tools/mtmd/mtmd-helper.h index cf6e0edc00..4c89736597 100644 --- a/tools/mtmd/mtmd-helper.h +++ b/tools/mtmd/mtmd-helper.h @@ -126,7 +126,7 @@ struct mtmd_helper_video_init_params { // TODO @ngxson : allow "placeholder" bitmap output for counting tokens }; -// note: these are NOT thread-safe, setter should only be called on application startup +// note: setter is NOT thread-safe, should only be called on application startup MTMD_API struct mtmd_helper_video_init_params mtmd_helper_video_get_default_params(void); MTMD_API void mtmd_helper_video_set_default_params(struct mtmd_helper_video_init_params params);