scst: Fix spelling of 'delimiter' in source code comments

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7494 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-10-06 21:41:30 +00:00
parent 915d3b7430
commit c4d0b670e9

View File

@@ -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)
{