From: Bart Van Assche Date: Sun, 24 May 2020 03:28:21 +0000 (-0700) Subject: Fix spelling in a source code comment X-Git-Tag: fio-3.21~53^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=44031abf8f8974beb52c244bf64c6b280de74292;p=fio.git Fix spelling in a source code comment Change two occurrences of 'descritor' into 'descriptor' Cc: Roman Pen Fixes: 634bd210c17a ("lib/pattern: add set of functions to parse combined pattern input") Signed-off-by: Bart Van Assche --- diff --git a/lib/pattern.c b/lib/pattern.c index 2024f2e9..04d30657 100644 --- a/lib/pattern.c +++ b/lib/pattern.c @@ -204,8 +204,8 @@ static const char *parse_number(const char *beg, char *out, * @out - output buffer where space for format should be reserved * @parsed - number of bytes which were already parsed so far * @out_len - length of the output buffer - * @fmt_desc - format descritor array, what we expect to find - * @fmt_desc_sz - size of the format descritor array + * @fmt_desc - format descriptor array, what we expect to find + * @fmt_desc_sz - size of the format descriptor array * @fmt - format array, the output * @fmt_sz - size of format array *