Skip to content

Commit 3d75d78

Browse files
lucafedeli88Andrew Myers
authored andcommitted
AcceleratorLattice.cpp: fix typo in a comment (BLAST-WarpX#5903)
I believe that the correct spelling is `Technically` here.
1 parent 7bb4c8a commit 3d75d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/AcceleratorLattice/AcceleratorLattice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ AcceleratorLattice::InitElementFinder (
9797

9898
void
9999
AcceleratorLattice::UpdateElementFinder (int const lev, const amrex::Vector<amrex::Real>& time) // NOLINT(readability-make-member-function-const)
100-
{ // Techniquely clang-tidy is correct because
100+
{ // Technically clang-tidy is correct because
101101
// m_element_finder is unique_ptr, not const*.
102102
if (m_lattice_defined) {
103103
for (amrex::MFIter mfi(*m_element_finder); mfi.isValid(); ++mfi)

0 commit comments

Comments
 (0)