Skip to content

Commit

Permalink
Fix spelling mistake in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Oct 7, 2024
1 parent f9950a7 commit 02e5e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mrc/core/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <sstream>
#include <utility> // for move

// IWYU thinks we need vectir for py::class_<Executor, std::shared_ptr<Executor>>
// IWYU thinks we need vector for py::class_<Executor, std::shared_ptr<Executor>>
// IWYU pragma: no_include <vector>

namespace mrc::pymrc {
Expand Down

0 comments on commit 02e5e89

Please sign in to comment.