1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 01:55:22 +03:00

core/execute: fix typo

Follow-up for 628c214656.
This commit is contained in:
Yu Watanabe 2024-08-03 05:50:46 +09:00
parent eb8072ee48
commit af7b3851ea

View File

@ -151,7 +151,7 @@ void exec_context_tty_reset(const ExecContext *context, const ExecParameters *p)
/* Note that this is potentially a "destructive" reset of a TTY device. It's about getting rid of the
* remains of previous uses of the TTY. It's *not* about getting things set up for coming uses. We'll
* potentially invalidate the TTY here through hangups or VT disallocations, and hence do not keep a
* continous fd open. */
* continuous fd open. */
const char *path = exec_context_tty_path(context);