Skip to content

Commit b4afb66

Browse files
committed
Fix typos
1 parent ee30ea6 commit b4afb66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flang/lib/Lower/OpenACC.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3200,9 +3200,9 @@ genACCHostDataOp(Fortran::lower::AbstractConverter &converter,
32003200
} else if (const auto *useDevice =
32013201
std::get_if<Fortran::parser::AccClause::UseDevice>(
32023202
&clause.u)) {
3203-
// When CUDA Fotran is enabled, extra symbolds are used in the host_data
3204-
// region. Look for them and bind their value with the symbol in the outer
3205-
// scope.
3203+
// When CUDA Fotran is enabled, extra symbols are used in the host_data
3204+
// region. Look for them and bind their values with the symbols in the
3205+
// outer scope.
32063206
if (semanticsContext.IsEnabled(Fortran::common::LanguageFeature::CUDA)) {
32073207
const Fortran::parser::AccObjectList &objectList{useDevice->v};
32083208
for (const auto &accObject : objectList.v) {

0 commit comments

Comments
 (0)