File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments