Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo #1275

Closed
wants to merge 1 commit into from
Closed

typo #1275

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading