freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2-demos] master b5bc405: Minor.


From: Werner LEMBERG
Subject: [freetype2-demos] master b5bc405: Minor.
Date: Sat, 10 Oct 2020 05:51:51 -0400 (EDT)

branch: master
commit b5bc405aa54c1992c5c7391a5a0c408daa520b89
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    Minor.
---
 src/common.h   | 2 +-
 src/ftcommon.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common.h b/src/common.h
index 35fc5ef..39f4898 100644
--- a/src/common.h
+++ b/src/common.h
@@ -29,7 +29,7 @@
 
   /*
    * Implement `strdup', which is POSIX but not C89 or even C11, and
-   * Microsoft insists on renaming it `_strdup' instead.  Platform
+   * Microsoft insists on renaming it to `_strdup' instead.  Platform
    * auto-detection is complicated, so just provide a re-implementation.
    */
   extern char*
diff --git a/src/ftcommon.c b/src/ftcommon.c
index c144f90..275d6fe 100644
--- a/src/ftcommon.c
+++ b/src/ftcommon.c
@@ -176,7 +176,7 @@
   FTDemo_Display_Gamma_Change( FTDemo_Display*  display,
                                int              dir )
   {
-    /* the sequence of gamma values is limited between 0.3 and 3.0 and */ 
+    /* the sequence of gamma values is limited between 0.3 and 3.0 and */
     /* interrupted between 2.2 and 2.3 to apply sRGB transformation    */
     if ( dir > 0 )
     {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]