From 0137b99ae46b738d8e14b901523fe3f09f844762 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 3 Jan 2025 02:52:14 +0900 Subject: [PATCH] [vulkan] Fix a typo in a comment --- include/QF/Vulkan/qf_bsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/QF/Vulkan/qf_bsp.h b/include/QF/Vulkan/qf_bsp.h index 2f0dfa2aa..642219a57 100644 --- a/include/QF/Vulkan/qf_bsp.h +++ b/include/QF/Vulkan/qf_bsp.h @@ -282,7 +282,7 @@ typedef struct bsp_pass_s { uint32_t *indices; ///< polygon vertex indices uint32_t index_count; ///< number of indices written to buffer uint32_t *entid_data; ///< instance id to entity id map - uint32_t entid_count; ///< numer of entids written to buffer + uint32_t entid_count; ///< number of entids written to buffer ///@} /** \name Potentially Visible Sets *