From 085d771694655dea82c37247497db32eca228b4a Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 21 May 2018 10:01:40 +0300 Subject: Minor fixes * README.submodule: Fix the description. * include/wordsplit.h: Fix typo. --- include/wordsplit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/wordsplit.h b/include/wordsplit.h index d8cd461..8726cf1 100644 --- a/include/wordsplit.h +++ b/include/wordsplit.h @@ -39,7 +39,7 @@ struct wordsplit elements in ws_wordv to fill with NULLs. */ size_t ws_wordn; /* Number of elements ws_wordv can accomodate. */ int ws_flags; /* [Input] Flags passed to wordsplit. */ - int ws_options; /* [Input] (WRDSF_PATHEXPAND) + int ws_options; /* [Input] (WRDSF_OPTIONS) Additional options. */ const char *ws_delim; /* [Input] (WRDSF_DELIM) Word delimiters. */ const char *ws_comment; /* [Input] (WRDSF_COMMENT) Comment characters. */ -- cgit v1.2.1