fix typos

This commit is contained in:
Brenton Bostick
2025-09-22 09:41:45 -04:00
committed by Sam Lantinga
parent ed7d39b28c
commit 7622c4c427
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
* This category covers measuring time elapsed (SDL_GetTicks(),
* SDL_GetPerformanceCounter()), putting a thread to sleep for a certain
* amount of time (SDL_Delay(), SDL_DelayNS(), SDL_DelayPrecise()), and firing
* a callback function after a certain amount of time has elasped
* a callback function after a certain amount of time has elapsed
* (SDL_AddTimer(), etc).
*
* There are also useful macros to convert between time units, like