Fix spelling in a source code comment
[fio.git] / lib / pattern.c
index 2024f2e9cf364a2828d24184eecff4e0c19c9ecc..04d3065795944af4332fd59127b669a261a98647 100644 (file)
@@ -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
  *