Skip to content

Commit a3a3848

Browse files
committed
Update libc/docs/dev/code_style.rst
1 parent 12d890e commit a3a3848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/docs/dev/code_style.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ We define two kinds of macros:
4343

4444
* ``architectures.h`` - Target architecture properties.
4545
e.g., ``LIBC_TARGET_ARCH_IS_ARM``.
46-
* ``os.h`` - Target architecture properties.
46+
* ``os.h`` - Target os properties.
4747
e.g., ``LIBC_TARGET_OS_IS_LINUX``.
4848
* ``cpu_features.h`` - Target cpu feature availability.
4949
e.g., ``LIBC_TARGET_CPU_HAS_AVX2``.
5050
* ``compiler.h`` - Host compiler properties.
5151
e.g., ``LIBC_COMPILER_IS_CLANG``.
52-
* ``float.h`` - Float type compiler support.
52+
* ``float.h`` - Floating point type properties and availability.
5353
e.g., ``LIBC_COMPILER_HAS_FLOAT128``.
5454

5555
* ``src/__support/macros/config.h`` - Important compiler and platform

0 commit comments

Comments
 (0)