diff options
| author | Dirk Stolle <striezel-dev@web.de> | 2023-04-02 18:57:59 +0200 |
|---|---|---|
| committer | Dirk Stolle <striezel-dev@web.de> | 2023-04-02 18:57:59 +0200 |
| commit | ef2607ab0b8ad44cc86fab3a2480652b563c6c95 (patch) | |
| tree | 653651e8c04c8bc19ca3d2a5525e3e90d080faa8 /sokol_fetch.h | |
| parent | c8d4d96f5d9ca86fafd549cfff41e09a91c5986c (diff) | |
fix some typos
Diffstat (limited to 'sokol_fetch.h')
| -rw-r--r-- | sokol_fetch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_fetch.h b/sokol_fetch.h index 06763dab..21e9b5d1 100644 --- a/sokol_fetch.h +++ b/sokol_fetch.h @@ -2363,7 +2363,7 @@ _SOKOL_PRIVATE void _sfetch_request_handler(_sfetch_t* ctx, uint32_t slot_id) { } else { /* just move all other items (e.g. paused or cancelled) - into the outgoing queue, so they wont get lost + into the outgoing queue, so they won't get lost */ _sfetch_ring_enqueue(&ctx->chn[item->channel].user_outgoing, slot_id); } |