diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-30 21:18:15 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-30 21:18:15 +0000 |
| commit | d64ada501ae33c02e7c4e3ce21962907df814a5a (patch) | |
| tree | bd0234a8048c844b06483795cfb1fe4d34b68a4f /lib/libedit/key.c | |
| parent | 5e705af2c9a7617aad837cc972b7eb1d8052f0e7 (diff) | |
Notes
Diffstat (limited to 'lib/libedit/key.c')
| -rw-r--r-- | lib/libedit/key.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/key.c b/lib/libedit/key.c index 625148619457..7643f3d75d5d 100644 --- a/lib/libedit/key.c +++ b/lib/libedit/key.c @@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$"); * the extended-key map. * * An extended-key (key) is a sequence of keystrokes introduced - * with an sequence introducer and consisting of an arbitrary + * with a sequence introducer and consisting of an arbitrary * number of characters. This module maintains a map (the el->el_key.map) * to convert these extended-key sequences into input strs * (XK_STR), editor functions (XK_CMD), or unix commands (XK_EXE). @@ -450,7 +450,7 @@ node__put(EditLine *el, key_node_t *ptr) /* node__get(): - * Returns pointer to an key_node_t for ch. + * Returns pointer to a key_node_t for ch. */ private key_node_t * node__get(int ch) |
