From 211ede8351683644d1829feb355ca4a2a6227bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sun, 18 Jun 2023 19:23:33 +0200 Subject: [PATCH] misctest: typos --- src/modules/misctest/misctest_mod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/misctest/misctest_mod.c b/src/modules/misctest/misctest_mod.c index f3d3279d22d..f7d09e77e56 100644 --- a/src/modules/misctest/misctest_mod.c +++ b/src/modules/misctest/misctest_mod.c @@ -681,7 +681,7 @@ static int mem_rnd_realloc(unsigned long size, long *diff) /* * Randomly alloc. total_size bytes, in chunks of size between - * min & max. max - min should be smaller then 4G. + * min & max. max - min should be smaller than 4G. * @return < 0 if there were some alloc errors, 0 on success. */ static int mem_rnd_leak( @@ -1020,7 +1020,7 @@ static const char *rpc_mt_free_doc[2] = { " other misctest functions (e.g. mt.mem_alloc or the script " "mt_mem_alloc). Use b|k|m|g to specify the desired size unit." "Returns the number of bytes freed (can be higher or" - " smaller then the requested size)", + " smaller than the requested size)", 0};