[Vm-dev] [commit][3616] Fix typo

commits at squeakvm.org commits at squeakvm.org
Sat Feb 20 00:19:11 UTC 2016


Revision: 3616
Author:   eliot
Date:     2016-02-19 16:19:08 -0800 (Fri, 19 Feb 2016)
Log Message:
-----------
Fix typo

Modified Paths:
--------------
    trunk/platforms/Cross/plugins/SqueakFFIPrims/sqManualSurface.c

Property Changed:
----------------
    trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h

Modified: trunk/platforms/Cross/plugins/SqueakFFIPrims/sqManualSurface.c
===================================================================
--- trunk/platforms/Cross/plugins/SqueakFFIPrims/sqManualSurface.c	2016-02-19 22:37:27 UTC (rev 3615)
+++ trunk/platforms/Cross/plugins/SqueakFFIPrims/sqManualSurface.c	2016-02-20 00:19:08 UTC (rev 3616)
@@ -38,7 +38,7 @@
 }
 
 /* This is the structure that represents a "manual surface".  These are 
-   created/destroyed by new primitives in this plugin.  During it's life-time,
+   created/destroyed by new primitives in this plugin.  During its life-time,
    it may be touched directly from Squeak code to set/clear "ptr", and also
    treated as a generic surface via BitBlt's use of the SurfacePlugin. */
 typedef struct {


Property changes on: trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Sun Feb 14 14:59:53 PST 2016
   + Fri Feb 19 16:18:52 PST 2016



More information about the Vm-dev mailing list