[atomic] Remove incomplete comment

This commit is contained in:
Behdad Esfahbod 2023-04-24 14:16:48 -06:00
parent d1c00c0470
commit a9a9f278b8

View file

@ -38,10 +38,6 @@
/*
* Atomic integers and pointers.
*
* hb_atomic_int_t and hb_atomic_ptr_t are typedefs to the actual
* atomic type. They are guaranteed to be at least 32 bits wide.
* hb_atomic_int_t is signed.
*/