On Tue, Nov 20, 2018 at 09:00:51AM +0900, SeongJae Park wrote: > Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> Good eyes! I queued and pushed the series, thank you!!! Thanx, Paul > --- > datastruct/datastruct.tex | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/datastruct/datastruct.tex b/datastruct/datastruct.tex > index 1dc2b49..fb8fc20 100644 > --- a/datastruct/datastruct.tex > +++ b/datastruct/datastruct.tex > @@ -1549,7 +1549,7 @@ Line~17 conditionally acquires the top-level \co{->ht_lock}, and if > this acquisition fails, line~18 returns \co{-EBUSY} to indicate that > a resize is already in progress. > Otherwise, line~19 picks up a reference to the current hash table, > -and lines~21-24 allocate a new hash table of the desired size. > +and lines~20-24 allocate a new hash table of the desired size. > If a new set of hash/key functions have been specified, these are > used for the new table, otherwise those of the old table are preserved. > If line~25 detects memory-allocation failure, line~26 releases \co{->ht_lock} > -- > 2.10.0 >