Skip to content

Commit cf63f0c

Browse files
committed
[atomics] Remove incomplete mention of "inttypes.h"
1 parent 0f943c1 commit cf63f0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/atomics.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,13 +633,13 @@
633633
\end{floattablebase}
634634

635635
\pnum
636-
There shall be atomic typedefs corresponding to the typedefs in the header \tcode{<inttypes.h>} as
636+
There shall be atomic typedefs corresponding to non-atomic typedefs as
637637
specified in Table~\ref{tab:atomics.typedefs}.
638638

639639
\begin{floattablebase}
640-
{\tcode{atomic} \tcode{<inttypes.h>} typedefs}{tab:atomics.typedefs}{ll}{ht}
640+
{\tcode{atomic} typedefs}{tab:atomics.typedefs}{ll}{ht}
641641
\hline
642-
\textbf{Atomic typedef} & \textbf{\tcode{<inttypes.h>} type} \\ \hline
642+
\textbf{Atomic typedef} & \textbf{Non-atomic typedef} \\ \hline
643643
\tcode{atomic_int_least8_t} & \tcode{int_least8_t} \\
644644
\tcode{atomic_uint_least8_t} & \tcode{uint_least8_t} \\
645645
\tcode{atomic_int_least16_t} & \tcode{int_least16_t} \\

0 commit comments

Comments
 (0)