diff --git a/doc/ck_hs_put b/doc/ck_hs_put index d920839..ae87a07 100644 --- a/doc/ck_hs_put +++ b/doc/ck_hs_put @@ -73,7 +73,7 @@ Behavior is undefined if or .Fa hs are uninitialized. The function will also -return false if the hash set could not enlarged +return false if the hash set could not be enlarged to accomodate key insertion. .Sh SEE ALSO .Xr ck_hs_init 3 , diff --git a/doc/ck_hs_remove b/doc/ck_hs_remove index 1fdf90b..38a0460 100644 --- a/doc/ck_hs_remove +++ b/doc/ck_hs_remove @@ -68,9 +68,7 @@ Behavior is undefined if .Fa key or .Fa hs -are uninitialized. The function will also -return false if the hash set could not enlarged -to accomodate key insertion. +are uninitialized. .Sh SEE ALSO .Xr ck_hs_init 3 , .Xr ck_hs_destroy 3 , diff --git a/doc/ck_hs_set b/doc/ck_hs_set index 0b08f19..43b9b0d 100644 --- a/doc/ck_hs_set +++ b/doc/ck_hs_set @@ -77,7 +77,7 @@ Behavior is undefined if or .Fa hs are uninitialized. The function will also -return false if the hash set could not enlarged +return false if the hash set could not be enlarged to accomodate key insertion. .Sh SEE ALSO .Xr ck_hs_init 3 ,