Cleanup: spelling in comments

This commit is contained in:
2022-06-30 12:14:22 +10:00
parent 209f2b85d7
commit b6c28002ac
41 changed files with 87 additions and 82 deletions

View File

@@ -25,7 +25,7 @@ unsigned long long MTLCommandBufferManager::event_signal_val = 0;
int MTLCommandBufferManager::num_active_cmd_bufs = 0;
/* -------------------------------------------------------------------- */
/** \name MTLCommandBuffer initialisation and render coordination.
/** \name MTLCommandBuffer initialization and render coordination.
* \{ */
void MTLCommandBufferManager::prepare(MTLContext *ctx, bool supports_render)