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 25416a5 commit 2dc72ceCopy full SHA for 2dc72ce
1 file changed
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