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 cd459b0 commit 05dc72bCopy full SHA for 05dc72b
lib/everest/system/include/everest/system/safe-system.hpp
@@ -68,7 +68,7 @@ inline CommandResult safe_system(std::string_view pathname, std::initializer_lis
68
/// @return a vector
69
std::pair<std::string, std::vector<std::string>> split_command_line(const std::string& command);
70
71
-/// @brief update the exit status from a chile process
+/// @brief update the exit status from a child process
72
/// @param status - the exit status
73
/// @return updated status taking into account signals and other exit conditions
74
constexpr int update_exit_status(int status) {
0 commit comments