Skip to content

Commit a1bb058

Browse files
committed
Add missing image files
1 parent 74d6476 commit a1bb058

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _minted*/
22
*.aux
33
*.log
44
*.out
5-
*.pdf
5+
concurrency-primer.pdf
66
*.toc
77
*.fls
88
*.fdb_latexmk

concurrency-primer.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
%\setlength\parskip{0em}
8888
\setlength\parindent{1.5em}
8989

90-
\title{Concurrency Primer\footnote{The original title was "What every systems programmer should know about concurrency."}}
90+
\title{Concurrency Primer\footnote{The original title was ``What every systems programmer should know about concurrency''.}}
9191
\author{Matt Kline and Ching-Chun (Jim) Huang}
9292
\date{\today}
9393

@@ -798,7 +798,7 @@ \section{Memory orderings}
798798
By default, all atomic operations---including loads, stores,
799799
and the various flavors of \textsc{rmw}---are sequentially consistent.
800800
But this is only one of several orderings that we can give them.
801-
We'll examine each, but a full list,
801+
We will examine each, but a full list,
802802
along with the enumerations that the \clang{} and \cplusplus{} \textsc{api} uses,
803803
is:
804804
\begin{itemize}

images/mp-cache.pdf

7.62 KB
Binary file not shown.

images/pipeline.pdf

15.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)