From de9e8cb897271559e00ddd77794cf6286e6c78f0 Mon Sep 17 00:00:00 2001 From: Hugo Gualandi Date: Fri, 26 Jun 2020 11:44:27 -0300 Subject: [PATCH] Fix binfmts.h typo in a comment The name of the header file is binfmts.h, with an "s" at the end. --- src/postfork.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postfork.cpp b/src/postfork.cpp index 9c4733f65..12b36e572 100644 --- a/src/postfork.cpp +++ b/src/postfork.cpp @@ -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 "