Skip to content

Commit

Permalink
comment phrasing: avoid confusing overloaded term
Browse files Browse the repository at this point in the history
  • Loading branch information
kazcw committed May 21, 2020
1 parent 8bd3d86 commit e4f2697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand_chacha/src/guts.rs
Expand Up @@ -92,7 +92,7 @@ impl ChaCha {
get_stream_param(self, param)
}

/// Return whether rhs represents the same stream, irrespective of current 64-bit position.
/// Return whether rhs is equal in all parameters except current 64-bit position.
#[inline]
pub fn stream64_eq(&self, rhs: &Self) -> bool {
let self_d: [u32; 4] = self.d.into();
Expand Down

0 comments on commit e4f2697

Please sign in to comment.