[vulkan] Fix a typo in a comment

This commit is contained in:
Bill Currie 2025-01-03 02:52:14 +09:00
parent 6af7ff2867
commit 0137b99ae4

View file

@ -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
*