summaryrefslogtreecommitdiff
path: root/src/cairo-compiler-private.h
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2018-02-28 15:19:06 -0800
committerBryce Harrington <bryce@osg.samsung.com>2018-02-28 15:19:06 -0800
commit14404ada80f699418263256d7d3d8dddf68be279 (patch)
tree9e4012aaec1c4a0eefe0882abf2b8cb3db24c1eb /src/cairo-compiler-private.h
parent62b724ac848aecbbb35a70c2f7d4685c6c2605f9 (diff)
downloadcairo-14404ada80f699418263256d7d3d8dddf68be279.tar.gz
compiler-private: Define what PLT stands for
Diffstat (limited to 'src/cairo-compiler-private.h')
-rw-r--r--src/cairo-compiler-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-compiler-private.h b/src/cairo-compiler-private.h
index 216e71b4e..d982c101d 100644
--- a/src/cairo-compiler-private.h
+++ b/src/cairo-compiler-private.h
@@ -69,7 +69,7 @@
* call sites. The macro works by renaming `f' to an internal name
* in the symbol table and hiding that. As far as cairo internal
* calls are concerned they're calling a library internal function
- * and thus don't need to bounce via the PLT.
+ * and thus don't need to bounce via the procedure linkage table (PLT).
*
* slim_hidden_def(f)
*