Skip to content

Commit

Permalink
misctest: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Jun 18, 2023
1 parent 91dd1ea commit 211ede8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/misctest/misctest_mod.c
Expand Up @@ -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(
Expand Down Expand Up @@ -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};


Expand Down

0 comments on commit 211ede8

Please sign in to comment.