thirdparty: fix typo in atomic.h, cleanup comments.

master
Delyan Angelov 2022-05-20 12:28:23 +03:00
parent 28b0cbddad
commit dd1049f21d
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 2 additions and 3 deletions

View File

@ -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