From dd1049f21d8f77334874baadd6a3f8f8eecc232e Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 20 May 2022 12:28:23 +0300 Subject: [PATCH] thirdparty: fix typo in atomic.h, cleanup comments. --- thirdparty/stdatomic/nix/atomic.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/thirdparty/stdatomic/nix/atomic.h b/thirdparty/stdatomic/nix/atomic.h index 96043a3e1..b9fb77ea2 100644 --- a/thirdparty/stdatomic/nix/atomic.h +++ b/thirdparty/stdatomic/nix/atomic.h @@ -1,7 +1,6 @@ /* - Compability header for stdatomic.h that works for all compilers supported - by V. For TCC libatomic from the operating system is used - + Compatibility header for stdatomic.h that works for all compilers supported by V. + For TCC, we use libatomic from the OS. */ #ifndef __ATOMIC_H #define __ATOMIC_H -- 2.30.2