summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXImage.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-11 15:27:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-11 15:27:21 (GMT)
commitadce6679f7a80377901c26421eb3a147814e77fb (patch)
treef53a12ea2b0fd995c76176b3f005cc0b6cb7fd61 /macosx/tkMacOSXImage.c
parent6773e92495a83905fd04169d4cdb4662c5be1325 (diff)
parent94412563ded3a6c3afaf974f3895d3e98e3d8012 (diff)
downloadtk-adce6679f7a80377901c26421eb3a147814e77fb.zip
tk-adce6679f7a80377901c26421eb3a147814e77fb.tar.gz
tk-adce6679f7a80377901c26421eb3a147814e77fb.tar.bz2
Merge 8.6
Diffstat (limited to 'macosx/tkMacOSXImage.c')
-rw-r--r--macosx/tkMacOSXImage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXImage.c b/macosx/tkMacOSXImage.c
index ee007d7..934ada6 100644
--- a/macosx/tkMacOSXImage.c
+++ b/macosx/tkMacOSXImage.c
@@ -409,7 +409,7 @@ XCreateImage(
* Source Atop Composition (kCGBlendModeSourceAtop in Apple's Core
* Graphics).
*
- * The TkpPutRGBAfunction is used by TkImgPhotoDisplay to render photo
+ * The TkpPutRGBAImage function is used by TkImgPhotoDisplay to render photo
* images if the compile-time variable TK_CAN_RENDER_RGBA is defined in
* a platform's tkXXXXPort.h header, as is the case for the macOS Aqua port.
*