Skip to content

Commit 6ba0dc9

Browse files
Eisenwavetkoeppe
authored andcommitted
[intro.memory] remove stray definitions
1 parent e70d9d6 commit 6ba0dc9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/basic.tex

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3103,11 +3103,10 @@
31033103
The number of bits in a byte is reported by the macro
31043104
\tcode{CHAR_BIT} in the header \libheaderref{climits}.
31053105
\end{footnote}
3106-
the number of which is \impldef{bits in a byte}. The least
3107-
significant bit is called the \defn{low-order bit}; the most
3108-
significant bit is called the \defn{high-order bit}. The memory
3109-
available to a \Cpp{} program consists of one or more sequences of
3110-
contiguous bytes. Every byte has a unique address.
3106+
the number of which is \impldef{bits in a byte}.
3107+
The memory available to a \Cpp{} program consists of one or more sequences of
3108+
contiguous bytes.
3109+
Every byte has a unique address.
31113110

31123111
\pnum
31133112
\begin{note}

0 commit comments

Comments
 (0)