Commit acc2b1e8 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in comment.

parent 670bf71f
...@@ -138,9 +138,9 @@ static inline int32 GetPrivateRefCount(Buffer buffer); ...@@ -138,9 +138,9 @@ static inline int32 GetPrivateRefCount(Buffer buffer);
static void ForgetPrivateRefCountEntry(PrivateRefCountEntry *ref); static void ForgetPrivateRefCountEntry(PrivateRefCountEntry *ref);
/* /*
* Ensure that the the PrivateRefCountArray has sufficient space to store one * Ensure that the PrivateRefCountArray has sufficient space to store one more
* more entry. This has to be called before using NewPrivateRefCountEntry() to * entry. This has to be called before using NewPrivateRefCountEntry() to fill
* fill a new entry - but it's perfectly fine to not use a reserved entry. * a new entry - but it's perfectly fine to not use a reserved entry.
*/ */
static void static void
ReservePrivateRefCountEntry(void) ReservePrivateRefCountEntry(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment