Skip to content

Commit 05dc72b

Browse files
committed
Fix typo
Signed-off-by: Piet Gömpel <[email protected]>
1 parent cd459b0 commit 05dc72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/everest/system/include/everest/system/safe-system.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ inline CommandResult safe_system(std::string_view pathname, std::initializer_lis
6868
/// @return a vector
6969
std::pair<std::string, std::vector<std::string>> split_command_line(const std::string& command);
7070

71-
/// @brief update the exit status from a chile process
71+
/// @brief update the exit status from a child process
7272
/// @param status - the exit status
7373
/// @return updated status taking into account signals and other exit conditions
7474
constexpr int update_exit_status(int status) {

0 commit comments

Comments
 (0)