Skip to content

Commit dc277b4

Browse files
committed
Merge pull request #584 from tkoeppe/master
[atomics] Reword table headers, removing incorrect mention of "inttypes.h"
2 parents ea7969a + 0475290 commit dc277b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/atomics.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,9 @@
612612
member functions as the corresponding specialization.
613613

614614
\begin{floattablebase}
615-
{\tcode{atomic} integral typedefs}{tab:atomics.integral}{ll}{ht}
615+
{Named atomic types}{tab:atomics.integral}{ll}{ht}
616616
\hline
617-
\textbf{Named type} & \textbf{Integral argument type} \\ \hline
617+
\textbf{Named atomic type} & \textbf{Corresponding non-atomic type} \\ \hline
618618
\tcode{atomic_char} & \tcode{char} \\
619619
\tcode{atomic_schar} & \tcode{signed char} \\
620620
\tcode{atomic_uchar} & \tcode{unsigned char} \\
@@ -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+
{Atomic typedefs}{tab:atomics.typedefs}{ll}{ht}
641641
\hline
642-
\textbf{Atomic typedef} & \textbf{\tcode{<inttypes.h>} type} \\ \hline
642+
\textbf{Atomic typedef} & \textbf{Corresponding 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)