Fix typo masquarading (#5093)

This commit is contained in:
H. Joe Lee
2024-11-13 20:04:44 -08:00
committed by GitHub
parent 915a7ab591
commit ac04b8698f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ case "$CXX" in
kind="gcc"
;;
mpicc|mpcc|mpicc_r)
# Is this gcc masquarading as an MPI compiler?
# Is this gcc masquerading as an MPI compiler?
if test "`${CXX} -v 2>&1 | sed -n 2p | cut -c1-3`" = "gcc"; then
kind="gcc"
else