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 50868e1 commit 2d7af6bCopy full SHA for 2d7af6b
src/uu/od/src/od.rs
@@ -659,7 +659,7 @@ fn extract_strings_from_input(
659
string_start_offset = current_offset;
660
offset_preloaded = true;
661
} else {
662
- // Any other non-printable (like \n) resets the prelod logic, representig the GNU bug
+ // Any other non-printable (like \n) resets the preload logic, representing the GNU bug
663
offset_preloaded = false;
664
}
665
0 commit comments