aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-05-21 10:01:40 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-05-21 10:01:40 +0300
commit085d771694655dea82c37247497db32eca228b4a (patch)
tree11803eb4d40063e18ac7b4a5ae9ed49e310e7163 /include
parent27ca9f5819d0e44173a5f61a241cd066ad157138 (diff)
downloadgrecs-085d771694655dea82c37247497db32eca228b4a.tar.gz
grecs-085d771694655dea82c37247497db32eca228b4a.tar.bz2
Minor fixes
* README.submodule: Fix the description. * include/wordsplit.h: Fix typo.
Diffstat (limited to 'include')
-rw-r--r--include/wordsplit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wordsplit.h b/include/wordsplit.h
index d8cd461..8726cf1 100644
--- a/include/wordsplit.h
+++ b/include/wordsplit.h
@@ -36,13 +36,13 @@ struct wordsplit
36 size_t ws_wordc; /* [Output] Number of words in ws_wordv. */ 36 size_t ws_wordc; /* [Output] Number of words in ws_wordv. */
37 char **ws_wordv; /* [Output] Array of parsed out words. */ 37 char **ws_wordv; /* [Output] Array of parsed out words. */
38 size_t ws_offs; /* [Input] (WRDSF_DOOFFS) Number of initial 38 size_t ws_offs; /* [Input] (WRDSF_DOOFFS) Number of initial
39 elements in ws_wordv to fill with NULLs. */ 39 elements in ws_wordv to fill with NULLs. */
40 size_t ws_wordn; /* Number of elements ws_wordv can accomodate. */ 40 size_t ws_wordn; /* Number of elements ws_wordv can accomodate. */
41 int ws_flags; /* [Input] Flags passed to wordsplit. */ 41 int ws_flags; /* [Input] Flags passed to wordsplit. */
42 int ws_options; /* [Input] (WRDSF_PATHEXPAND) 42 int ws_options; /* [Input] (WRDSF_OPTIONS)
43 Additional options. */ 43 Additional options. */
44 const char *ws_delim; /* [Input] (WRDSF_DELIM) Word delimiters. */ 44 const char *ws_delim; /* [Input] (WRDSF_DELIM) Word delimiters. */
45 const char *ws_comment; /* [Input] (WRDSF_COMMENT) Comment characters. */ 45 const char *ws_comment; /* [Input] (WRDSF_COMMENT) Comment characters. */
46 const char *ws_escape[2]; /* [Input] (WRDSF_ESCAPE) Characters to be escaped 46 const char *ws_escape[2]; /* [Input] (WRDSF_ESCAPE) Characters to be escaped
47 with backslash. */ 47 with backslash. */
48 void (*ws_alloc_die) (wordsplit_t *wsp); 48 void (*ws_alloc_die) (wordsplit_t *wsp);

Return to:

Send suggestions and report system problems to the System administrator.