Skip to content

Commit

Permalink
Update generic_system.cpp
Browse files Browse the repository at this point in the history
fiyx typo
  • Loading branch information
mosfet80 authored May 14, 2023
1 parent 45b5fba commit 29985cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware_interface/src/mock_components/generic_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ CallbackReturn GenericSystem::on_init(const hardware_interface::HardwareInfo & i
custom_interface_with_following_offset_ = it->second;
}
}
// its extremlly unprobably that std::distance results int this value - therefore default
// it's extremely improbable that std::distance results int this value - therefore default
index_custom_interface_with_following_offset_ = std::numeric_limits<size_t>::max();

// Initialize storage for standard interfaces
Expand Down

0 comments on commit 29985cf

Please sign in to comment.