Skip to content

Commit eda7103

Browse files
Fix comment spelling
Co-authored-by: jhdcs <[email protected]>
1 parent 978fd2e commit eda7103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclrs/src/clock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ impl Clock {
8888

8989
/// Helper function to initialize a default clock, same behavior as `rcl_init_generic_clock`.
9090
/// Needed because functions that initialize a clock take as an input a mutable reference
91-
/// to a clock and don't actuall return one, so we need a function to generate one. Doing this
91+
/// to a clock and don't actually return one, so we need a function to generate one. Doing this
9292
/// instead of a `Default` implementation allows the function to be private and avoids
9393
/// exposing a public API to create an invalid clock
9494
// SAFETY: Getting a default value is always safe.

0 commit comments

Comments
 (0)