static void ForgetPrivateRefCountEntry(PrivateRefCountEntry *ref);
/*
- * Ensure that the the PrivateRefCountArray has sufficient space to store one
- * more entry. This has to be called before using NewPrivateRefCountEntry() to
- * fill a new entry - but it's perfectly fine to not use a reserved entry.
+ * Ensure that the PrivateRefCountArray has sufficient space to store one more
+ * entry. This has to be called before using NewPrivateRefCountEntry() to fill
+ * a new entry - but it's perfectly fine to not use a reserved entry.
*/
static void
ReservePrivateRefCountEntry(void)