Fix typo in comment.

This commit is contained in:
Heikki Linnakangas 2015-01-28 10:26:30 +02:00
parent 670bf71f65
commit acc2b1e843

View File

@ -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)