Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wyk9787 authored May 7, 2019
1 parent 41e16c6 commit 8aa58c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ other thread.

G-Thread is able to sacrifice some performance to guarantee sequential semantics
of the program. You can comment out this [line](https://github.com/wyk9787/G-Thread/blob/f98cf68f28cbb66e7640216508d71dbb02e96cd2/src/util.hh#L27)
to not define "NOORDER" and recompile the program to let the program be free of
to not define "NO_ORDER" macro and recompile the program to let the program be free of
order violation.

0 comments on commit 8aa58c0

Please sign in to comment.