summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-01-27 14:57:14 +0100
committerMatthias Clasen <mclasen@redhat.com>2022-02-13 14:28:05 -0600
commit8f2d4aad565cd055c4ad29cfd21bdb6545451f2d (patch)
treefaa73edf2314851df3b2e0b5101b70924c53c928
parente7dba0ea8a9132d075bf61b89d4f83ce84d75c40 (diff)
downloadpango-8f2d4aad565cd055c4ad29cfd21bdb6545451f2d.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.
*