diff --git a/bdsg/include/bdsg/overlays/packed_reference_path_overlay.hpp b/bdsg/include/bdsg/overlays/packed_reference_path_overlay.hpp index 39f2dbaa..ea5db486 100644 --- a/bdsg/include/bdsg/overlays/packed_reference_path_overlay.hpp +++ b/bdsg/include/bdsg/overlays/packed_reference_path_overlay.hpp @@ -33,7 +33,7 @@ class PackedReferencePathOverlay : public PackedPositionOverlay { // We assume that tracing out a path is fast in the backing graph, but // finding visits on nodes is slow. We override the reverse lookups to go - // fron graph nodes to paths. + // from graph nodes to paths. /// overload this to use the cache virtual path_handle_t get_path_handle_of_step(const step_handle_t& step_handle) const;