man: Fix ungrammatical construct

Warned-by: lintian
This commit is contained in:
Guillem Jover 2016-02-14 09:00:57 +01:00
parent b7ce33cf51
commit e86c1b5f43

View File

@ -1059,7 +1059,7 @@ However, unlike their unsafe counterparts,
.Nm TAILQ_FOREACH
and
.Nm TAILQ_FOREACH_REVERSE
permit to both remove
make it possible to both remove
.Fa var
as well as free it from within the loop safely without interfering with the
traversal.