From e1d4a92d99d34ffcd43c7881561dafcb892d6c56 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Nov 2018 04:47:34 +0000 Subject: [PATCH] Merge r7494 from trunk git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7742 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index ea5cf19ba..9a27f7041 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -14063,8 +14063,8 @@ EXPORT_SYMBOL(scst_reassign_retained_sess_states); * scst_get_next_lexem() - parse and return next lexem in the string * * Returns pointer to the next lexem from token_str skipping - * spaces and '=' character and using them then as a delimeter. Content - * of token_str is modified by setting '\0' at the delimeter's position. + * spaces and '=' character and using them then as a delimiter. Content + * of token_str is modified by setting '\0' at the delimiter's position. */ char *scst_get_next_lexem(char **token_str) { @@ -14107,8 +14107,8 @@ EXPORT_SYMBOL_GPL(scst_restore_token_str); * scst_get_next_token_str() - parse and return next token * * This function returns pointer to the next token strings from input_str - * using '\n', ';' and '\0' as a delimeter. Content of input_str is - * modified by setting '\0' at the delimeter's position. + * using '\n', ';' and '\0' as a delimiter. Content of input_str is + * modified by setting '\0' at the delimiter's position. */ char *scst_get_next_token_str(char **input_str) {