diff --git a/sandboxed_api/util/os_error.h b/sandboxed_api/util/os_error.h index b9fd4e8..f035ecd 100644 --- a/sandboxed_api/util/os_error.h +++ b/sandboxed_api/util/os_error.h @@ -22,9 +22,8 @@ namespace sapi { -// Returns a -// `ErrnoToCanonicalCode(error_number)`, and a `message` with the result of -// `StrError(error_number)` appended. +// Returns a formatted message with the result of `StrError(error_number)` +// appended. template std::string OsErrorMessage(int error_number, const Arg&... args) { return absl::StrCat(std::forward(args)..., ": ",