We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850dcfb commit 4140620Copy full SHA for 4140620
rust/kernel/buffer.rs
@@ -6,7 +6,7 @@ use core::fmt;
6
7
/// A pre-allocated buffer that implements [`core::fmt::Write`].
8
///
9
-/// Consequtive writes will append to what has already been written.
+/// Consecutive writes will append to what has already been written.
10
/// Writes that don't fit in the buffer will fail.
11
pub struct Buffer<'a> {
12
slice: &'a mut [u8],
0 commit comments