Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Feb 29, 2024
1 parent 396cde0 commit 33c9161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_sdk/src/recording_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ impl Drop for RecordingStream {
// If this holds the last strong handle to the recording, make sure that all pending
// `DataLoader` threads started from the SDK actually run to completion.
//
// NOTE: It's very important to do so from the `Drop` implmentation of `RecordingStream`
// NOTE: It's very important to do so from the `Drop` implementation of `RecordingStream`
// itself, because the dataloader threads -- by definition -- will have to send data into
// this very recording, therefore we must make sure that at least one strong handle still lives
// on until they are all finished.
Expand Down

0 comments on commit 33c9161

Please sign in to comment.