diff --git a/src/termio/Exec.zig b/src/termio/Exec.zig index e6368ded6d..0ff1f98747 100644 --- a/src/termio/Exec.zig +++ b/src/termio/Exec.zig @@ -1204,8 +1204,8 @@ const Subprocess = struct { try self.pty.?.childPreExec(); } - /// Called to notify that we exited externally so we can unset our - /// running state. + /// Called to notify that we exited externally so we can call wait on the + /// process and unset our running state. pub fn externalExit(self: *Subprocess) void { if (self.command) |*cmd| { _ = cmd.wait(false) catch |err|