[cairo-commit] src/cairo-compiler-private.h

Bryce Harrington bryce at kemper.freedesktop.org
Wed Feb 28 23:19:25 UTC 2018


 src/cairo-compiler-private.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 14404ada80f699418263256d7d3d8dddf68be279
Author: Bryce Harrington <bryce at osg.samsung.com>
Date:   Wed Feb 28 15:19:06 2018 -0800

    compiler-private: Define what PLT stands for

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)
  *


More information about the cairo-commit mailing list