summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-01-27 14:57:14 +0100
committerGuido Günther <agx@sigxcpu.org>2022-01-27 14:57:14 +0100
commitf9c79fa242e50e9a0d0f4ffd54329712726489f5 (patch)
treead1c5280bf4503786d02bc7bfacaadd6b717f49f
parent69d2eb8ee06edba0e83278ce98de7b61cb6cdb43 (diff)
downloadpango-f9c79fa242e50e9a0d0f4ffd54329712726489f5.tar.gz
pango/pango-version-macros.h: Mention correct version check macro
Pango names it PANGO_VERSION_CHECK not PANGO_CHECK_VERSION (like glib). Fix the one incorrect mention in the documentation comment.
-rw-r--r--pango/pango-version-macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-version-macros.h b/pango/pango-version-macros.h
index b4f78e6d..313ce69f 100644
--- a/pango/pango-version-macros.h
+++ b/pango/pango-version-macros.h
@@ -352,7 +352,7 @@
* functions, then using functions added after version
* %PANGO_VERSION_MAX_ALLOWED will cause warnings.
*
- * Unless you are using PANGO_CHECK_VERSION() or the like to compile
+ * Unless you are using PANGO_VERSION_CHECK() or the like to compile
* different code depending on the Pango version, then this should be
* set to the same value as %PANGO_VERSION_MIN_REQUIRED.
*