mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Fix binfmts.h typo in a comment
The name of the header file is binfmts.h, with an "s" at the end.
This commit is contained in:
parent
86a6a205e7
commit
de9e8cb897
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ void safe_report_exec_error(int err, const char *actual_cmd, const char *const *
|
|||
sz1, sz2);
|
||||
} else {
|
||||
// MAX_ARG_STRLEN, a linux thing that limits the size of one argument. It's
|
||||
// defined in binfmt.h, but we don't want to include that just to be able to
|
||||
// defined in binfmts.h, but we don't want to include that just to be able to
|
||||
// print the real limit.
|
||||
debug_safe(0,
|
||||
"One of your arguments exceeds the operating system's argument "
|
||||
|
|
Loading…
Reference in a new issue