Skip to content

Commit

Permalink
Merge pull request hubblo-org#30 from uggla/fix/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
bpetit authored Dec 14, 2020
2 parents e59baed + 1ef23b7 commit 2de7059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ impl RecordGenerator for CPUSocket {
}
}

/// Returns a new owned Vector being a blone of the current record_buffer.
/// Returns a new owned Vector being a clone of the current record_buffer.
/// This does not affect the current buffer but is costly.
fn get_records_passive(&self) -> Vec<Record> {
let mut result = vec![];
Expand Down

0 comments on commit 2de7059

Please sign in to comment.