summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/keymaps.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libreadline/keymaps.h')
-rw-r--r--contrib/libreadline/keymaps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libreadline/keymaps.h b/contrib/libreadline/keymaps.h
index f8d0e2e..f6143f8 100644
--- a/contrib/libreadline/keymaps.h
+++ b/contrib/libreadline/keymaps.h
@@ -39,9 +39,9 @@ typedef char **CPPFunction ();
/* A keymap contains one entry for each key in the ASCII set.
Each entry consists of a type and a pointer.
- POINTER is the address of a function to run, or the
+ FUNCTION is the address of a function to run, or the
address of a keymap to indirect through.
- TYPE says which kind of thing POINTER is. */
+ TYPE says which kind of thing FUNCTION is. */
typedef struct _keymap_entry {
char type;
Function *function;
OpenPOWER on IntegriCloud