Skip to content

Commit 441ba3e

Browse files
README: Grammar fix regarding gcc atomics
Fix an "i.e." to be "e.g.". Signed-off-by: mitchelltopaloglu <[email protected]>
1 parent 7907f5e commit 441ba3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Compiler Notes
213213

214214
- On platforms other than x86-64, ARM, and PPC, Open MPI requires a
215215
compiler that either supports C11 atomics or the GCC "__atomic"
216-
atomics (i.e., GCC >= v4.7.2).
216+
atomics (e.g., GCC >= v4.7.2).
217217

218218
- Mixing compilers from different vendors when building Open MPI
219219
(e.g., using the C/C++ compiler from one vendor and the Fortran

0 commit comments

Comments
 (0)