Skip to content

Commit b23b03f

Browse files
authored
Update DataSharingProcessor.cpp
1 parent e030006 commit b23b03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/OpenMP/DataSharingProcessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ void DataSharingProcessor::collectSymbolsForPrivatization() {
215215
return false;
216216

217217
// The handling of linear clause is deferred to the OpenMP
218-
// IRBuilder which is responsible for all it's aspects,
218+
// IRBuilder which is responsible for all its aspects,
219219
// including privatization. Privatizing linear variables at this point would
220220
// cause the following structure:
221221
//

0 commit comments

Comments
 (0)