mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
spelling: useful
This commit is contained in:
parent
ae0d46b262
commit
288c1b98f0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ LUAU_FASTFLAG(LuauGcFullSkipInactiveThreads)
|
|||
#define keepinvariant(g) ((g)->gcstate == GCSpropagate || (g)->gcstate == GCSpropagateagain)
|
||||
|
||||
/*
|
||||
** some userful bit tricks
|
||||
** some useful bit tricks
|
||||
*/
|
||||
#define resetbits(x, m) ((x) &= cast_to(uint8_t, ~(m)))
|
||||
#define setbits(x, m) ((x) |= (m))
|
||||
|
|
Loading…
Add table
Reference in a new issue