Skip to content

Commit

Permalink
Fix up typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusGrass committed Sep 24, 2024
1 parent 6fa1ad3 commit c55b0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/projects/RustLinuxKernelModule.md
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ see that `abcd` is displayed in the terminal.
Then `echo "defg" > /proc/rust-proc-file && cat /proc/rust-proc-file` and
see that only `defg` is displayed in the terminal.

Then `echo "defg" >> /proc/rust-proc-file && cat /proc/rust-proc-file` and
Then `echo "abcd" >> /proc/rust-proc-file && cat /proc/rust-proc-file` and
see that `defg\nabcd` is displayed in the terminal.

That's a simple test to cover very basic `open`, `read`, and `write` functionality,
Expand Down

0 comments on commit c55b0ea

Please sign in to comment.