From d061403ba22159fe3ba246aee435d97a0768ebfe Mon Sep 17 00:00:00 2001 From: krangelov Date: Mon, 25 Oct 2021 18:21:20 +0200 Subject: [PATCH] fix typo in the comment --- src/runtime/c/pgf/pgf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/c/pgf/pgf.cxx b/src/runtime/c/pgf/pgf.cxx index 8ead473c7..9595b30e0 100644 --- a/src/runtime/c/pgf/pgf.cxx +++ b/src/runtime/c/pgf/pgf.cxx @@ -235,7 +235,7 @@ void pgf_free_revision(PgfDB *db, PgfRevision revision) if (pgf->ref_count == 1 && PgfDB::is_persistant_revision(pgf)) { // 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. // The best that we can do is to ignore the request. return;