1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[OpenMPIRBuilder] Fix typo. NFC.

This commit is contained in:
Michael Kruse 2020-12-11 00:04:12 -06:00
parent 913b7baa71
commit 16ca9addca

View File

@ -233,7 +233,7 @@ public:
/// for (uint8_t i = 100u; i > 0; i += 127u)
///
///
/// TODO: May need to add addtional parameters to represent:
/// TODO: May need to add additional parameters to represent:
///
/// * Allow representing downcounting with unsigned integers.
///