summaryrefslogtreecommitdiffstats
path: root/login-utils/sulogin-consoles.c
diff options
context:
space:
mode:
authorRuediger Meier2016-02-03 15:00:37 +0100
committerRuediger Meier2016-02-03 15:10:08 +0100
commit3fd1f7711eb8612ce6e3f1f135b80220fdd2d208 (patch)
tree7108e33aecdd98574062d8faf2dea3dcea08f048 /login-utils/sulogin-consoles.c
parentsfdisk: make --quiet really quiet (diff)
downloadkernel-qcow2-util-linux-3fd1f7711eb8612ce6e3f1f135b80220fdd2d208.tar.gz
kernel-qcow2-util-linux-3fd1f7711eb8612ce6e3f1f135b80220fdd2d208.tar.xz
kernel-qcow2-util-linux-3fd1f7711eb8612ce6e3f1f135b80220fdd2d208.zip
docs: fix typos found by codespell
Using "codespell" from https://github.com/lucasdemarchi/codespell Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'login-utils/sulogin-consoles.c')
-rw-r--r--login-utils/sulogin-consoles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/sulogin-consoles.c b/login-utils/sulogin-consoles.c
index 1b05b3800..bc55e9cb6 100644
--- a/login-utils/sulogin-consoles.c
+++ b/login-utils/sulogin-consoles.c
@@ -225,7 +225,7 @@ dev_t devattr(const char *tty)
#endif /* __linux__ */
/*
- * Search below /dev for the characer device in `dev_t comparedev' variable.
+ * Search below /dev for the character device in `dev_t comparedev' variable.
*/
static
#ifdef __GNUC__