diff options
author | 2011-05-30 17:14:35 +0000 | |
---|---|---|
committer | 2011-05-30 17:14:35 +0000 | |
commit | f89f8b7773bd6b90b8709f68548c0a28c1918a3d (patch) | |
tree | a099f94b874efeb4cd9cfb041497274ef5781e3c | |
parent | Typos: "in in", "prototyp". (diff) | |
download | wireguard-openbsd-f89f8b7773bd6b90b8709f68548c0a28c1918a3d.tar.xz wireguard-openbsd-f89f8b7773bd6b90b8709f68548c0a28c1918a3d.zip |
typo; Alexander Polakov
-rw-r--r-- | bin/ksh/edit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/edit.h b/bin/ksh/edit.h index f966fe4a788..0f76d5b4c64 100644 --- a/bin/ksh/edit.h +++ b/bin/ksh/edit.h @@ -1,4 +1,4 @@ -/* $OpenBSD: edit.h,v 1.8 2005/03/28 21:28:22 deraadt Exp $ */ +/* $OpenBSD: edit.h,v 1.9 2011/05/30 17:14:35 martynas Exp $ */ /* NAME: * edit.h - globals for edit modes @@ -37,7 +37,7 @@ typedef struct { EXTERN X_chars edchars; -/* x_fc_glob() flags */ +/* x_cf_glob() flags */ #define XCF_COMMAND BIT(0) /* Do command completion */ #define XCF_FILE BIT(1) /* Do file completion */ #define XCF_FULLPATH BIT(2) /* command completion: store full path */ |