summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-06-30 13:55:08 +0000
committertjr <tjr@FreeBSD.org>2004-06-30 13:55:08 +0000
commit681eb0632788baeac2d52b46d3a3198f0b34138e (patch)
tree3ff6af94bbf0e19e7bc33daa334cc38007cf2a9d /include
parentf740ad83d3736db1e7c9aabae9db8100598ac267 (diff)
downloadFreeBSD-src-681eb0632788baeac2d52b46d3a3198f0b34138e.zip
FreeBSD-src-681eb0632788baeac2d52b46d3a3198f0b34138e.tar.gz
Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.
Noticed by: Stoned Elipot
Diffstat (limited to 'include')
-rw-r--r--include/wordexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wordexp.h b/include/wordexp.h
index aee7caf..b86e6f9 100644
--- a/include/wordexp.h
+++ b/include/wordexp.h
@@ -49,7 +49,7 @@ typedef struct {
* Flags for wordexp().
*/
#define WRDE_APPEND 0x1 /* append to previously generated */
-#define WRDE_DOOFS 0x2 /* we_offs member is valid */
+#define WRDE_DOOFFS 0x2 /* we_offs member is valid */
#define WRDE_NOCMD 0x4 /* disallow command substitution */
#define WRDE_REUSE 0x8 /* reuse wordexp_t */
#define WRDE_SHOWERR 0x10 /* don't redirect stderr to /dev/null */
OpenPOWER on IntegriCloud