]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/execute: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 20:50:46 +0000 (05:50 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 20:50:50 +0000 (05:50 +0900)
Follow-up for 628c214656fada4228b62b1546220ac781002897.

src/core/execute.c

index 959359907fd563df5082cce1c2fe4f3ed2f52f13..e1a94587a193b33ac6ce14a4986f152c63123f61 100644 (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);