stdio-common/printf-prs.c: Reword comment
commit8786bf6eb60cd5e2c80bace42714b4de3bda8c4e
authorAlejandro Colomar \(man-pages\) <alx.manpages@gmail.com>
Wed, 24 Mar 2021 18:29:16 +0000 (24 19:29 +0100)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 31 Mar 2021 20:20:18 +0000 (31 17:20 -0300)
tree930afe363d1bfdcec18095aece2ca892ce02a65c
parentbfddda2570331da2ae4387b530456e6c4e230257
stdio-common/printf-prs.c: Reword comment

'this' can be understood as the current parameter, but in this case it
is meaning the other one, the one holding the width/precission.

'it' better describes that parameter, differentiating it from the
one corresponding to the current specifier.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
stdio-common/printf-prs.c