Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
"doubly" doesn't seem like a real word
  • Loading branch information
lachsdachs authored Jan 29, 2024
1 parent 2cf0675 commit ae7adb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/content/edition-3/posts/03-screen-output/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ This function takes two parameters: a byte slice representing a raw framebuffer
// in src/main.rs
fn kernel_main(boot_info: &'static mut bootloader_api::BootInfo) -> ! {
// ...
// free the doubly wrapped framebuffer from the boot info struct
// free the double-wrapped framebuffer from the boot info struct
let frame_buffer_optional = &mut boot_info.framebuffer;

// free the wrapped framebuffer from the FFI-safe abstraction provided by bootloader_api
Expand Down

0 comments on commit ae7adb0

Please sign in to comment.