Imported from libpng-1.0.4c.tar
diff --git a/example.c b/example.c
index a83ea48..52afbdf 100644
--- a/example.c
+++ b/example.c
@@ -197,7 +197,8 @@
 
    /* Some suggestions as to how to get a screen gamma value */
 
-   /* Note that screen gamma is (display_gamma/viewing_gamma) */
+   /* Note that screen gamma is the display_exponent, which includes
+    * the CRT_exponent and any correction for viewing conditions */
    if (/* We have a user-defined screen gamma value */)
    {
       screen_gamma = user-defined screen_gamma;