From c4d0b670e92d5cb2e01a688408616c9fdcd0e4ef Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 6 Oct 2018 21:41:30 +0000 Subject: [PATCH] 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 --- 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 c92d4a26a..5dfc9f770 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) {