[NFC] Fix typo in atomic
authorclementval <clementval@gmail.com>
Sat, 21 Nov 2020 19:32:31 +0000 (14:32 -0500)
committerclementval <clementval@gmail.com>
Sat, 21 Nov 2020 19:32:31 +0000 (14:32 -0500)
flang/lib/Parser/openmp-parsers.cpp

index 0af313743c0f6f30877883c726b6c78b71e4a791..da10f9ffb0a8b43b301b25d246e0af1d11a9057a 100644 (file)
@@ -302,7 +302,7 @@ TYPE_PARSER(sourced(construct<OpenMPCancellationPointConstruct>(
 TYPE_PARSER(sourced(construct<OpenMPCancelConstruct>(verbatim("CANCEL"_tok),
     Parser<OmpCancelType>{}, maybe("IF" >> parenthesized(scalarLogicalExpr)))))
 
-// 2.17.7 Atomtic construct/2.17.8 Flush construct [OpenMP 5.0]
+// 2.17.7 Atomic construct/2.17.8 Flush construct [OpenMP 5.0]
 //        memory-order-clause ->
 //                               seq_cst
 //                               acq_rel