[LTP] [PATCH v3 1/4] include/tst_pid.h: fix language typo (subtraction)

Petr Vorel pvorel@suse.cz
Mon Jun 28 16:49:15 CEST 2021


Hi Krzysztof,

>  /*
> - * Returns number of free pids by substarction of the number of pids
> + * Returns number of free pids by subtraction of the number of pids
>   * currently used ('ps -eT') from max_pids
Because you change the description of this function in the next commit,
I'd just fix this simple typo in 2nd commit. But of course it's not wrong
(prevents keeping the fix even if we'd removed second commit).

Kind regards,
Petr
>   */
>  int tst_get_free_pids_(void (*cleanup_fn)(void));


More information about the ltp mailing list