Skip to content

Commit

Permalink
Fix up the footnote based on feedback from @damyanp
Browse files Browse the repository at this point in the history
  • Loading branch information
llvm-beanz committed Sep 19, 2024
1 parent 2398305 commit d89823f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/language/introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@
includes adjacent bit-fields, so reads and writes to bit-fields are expected to
read and write adjacent memory if they're within the same set of locations, (2)
padding bits inside a structure are included in the memory location of the
structure. Reads and writes of uninitialized memory may be undefined, but a
write is allowed to stomp over padding.}.
structure. Reads and writes of uninitialized memory is undefined, but a write is
allowed to stomp over padding.}.

\p Two sets of memory locations, \texttt{A} and \texttt{B}, are said to
\textit{overlap} each other if some memory location in \texttt{A} is also in
Expand Down

0 comments on commit d89823f

Please sign in to comment.