mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
fix typo in the comment
This commit is contained in:
@@ -235,7 +235,7 @@ void pgf_free_revision(PgfDB *db, PgfRevision revision)
|
|||||||
|
|
||||||
if (pgf->ref_count == 1 && PgfDB::is_persistant_revision(pgf)) {
|
if (pgf->ref_count == 1 && PgfDB::is_persistant_revision(pgf)) {
|
||||||
// Someone is trying to release the last reference count
|
// Someone is trying to release the last reference count
|
||||||
// to a persistant revision. Mostly likely this is an
|
// to a persistant revision. Most likely this is an
|
||||||
// error in the reference counting for one of the clients.
|
// error in the reference counting for one of the clients.
|
||||||
// The best that we can do is to ignore the request.
|
// The best that we can do is to ignore the request.
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user