mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: fix typos (#21089)
This commit is contained in:
parent
9ad84ddc21
commit
f77bb32044
193 changed files with 403 additions and 402 deletions
2
thirdparty/libatomic_ops/atomic_ops.h
vendored
2
thirdparty/libatomic_ops/atomic_ops.h
vendored
|
@ -270,7 +270,7 @@
|
|||
# include <machine/sys/inline.h>
|
||||
# define AO_compiler_barrier() _Asm_sched_fence()
|
||||
# else
|
||||
/* FIXME - We do not know how to do this. This is a guess. */
|
||||
/* FIXME: We do not know how to do this. This is a guess. */
|
||||
/* And probably a bad one. */
|
||||
static volatile int AO_barrier_dummy;
|
||||
# define AO_compiler_barrier() (void)(AO_barrier_dummy = AO_barrier_dummy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue