Skip to content

Commit

Permalink
codespell fix (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Feb 10, 2024
1 parent 80422fc commit 8d4459f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/reactions/Castro_react.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ Castro::react_state(MultiFab& s, MultiFab& r, Real time, Real dt, const int stra
});

#if defined(AMREX_USE_HIP)
Gpu::streamSynchronize(); // otherwise HIP may faile to allocate the necessary resources.
Gpu::streamSynchronize(); // otherwise HIP may fail to allocate the necessary resources.
#endif
}

Expand Down Expand Up @@ -806,7 +806,7 @@ Castro::react_state(Real time, Real dt)
});

#if defined(AMREX_USE_HIP)
Gpu::streamSynchronize(); // otherwise HIP may faile to allocate the necessary resources.
Gpu::streamSynchronize(); // otherwise HIP may fail to allocate the necessary resources.
#endif
}

Expand Down

0 comments on commit 8d4459f

Please sign in to comment.