summaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-07-31 20:51:32 +0000
committerandvar <andvar@NetBSD.org>2021-07-31 20:51:32 +0000
commit9321628709d75c56844dbd762e2fd5e845f80d56 (patch)
tree2af6e8e7bea164f3da166dbd067de67871fd5f56 /lib/libedit
parent9f4312893a336596c60456f7ff46700d65a13c35 (diff)
s/dependend/dependent/
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/tty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/tty.h b/lib/libedit/tty.h
index 64309196197..ac817c8ad7b 100644
--- a/lib/libedit/tty.h
+++ b/lib/libedit/tty.h
@@ -1,4 +1,4 @@
-/* $NetBSD: tty.h,v 1.23 2018/12/02 16:58:13 christos Exp $ */
+/* $NetBSD: tty.h,v 1.24 2021/07/31 20:51:32 andvar Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -432,7 +432,7 @@
#define C_SH(A) ((unsigned int)(1 << (A)))
/*
- * Terminal dependend data structures
+ * Terminal dependent data structures
*/
#define EX_IO 0 /* while we are executing */
#define ED_IO 1 /* while we are editing */