Skip to content

Commit 7d01bfa

Browse files
Merge pull request #1764 from jasonrandrews/review
Typo fix on memory model Learning Path
2 parents 1a19c23 + e30d1b6 commit 7d01bfa

File tree

1 file changed

+2
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/memory_consistency

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/memory_consistency/arm_mem_model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ litmus7 --help
8181

8282
The input to both `herd7` and `litmus7` tools are snippets of assembly code, called litmus tests.
8383

84-
Shown below are some example of running the tools with a litmus test.
84+
Shown below are some examples of running the tools with a litmus test.
8585

8686
Run herd7 with a litmus test:
8787
```
@@ -108,4 +108,4 @@ Run litmus7 with GCC emitting atomic instructions as required by the litmus test
108108
litmus7 ./test.litmus -ccopts="-mcpu=native"
109109
```
110110

111-
Continue to the next section to learn about a litmus test example.
111+
Continue to the next section to learn about a litmus test example.

0 commit comments

Comments
 (0)