[macruby-changes] [4961] MacRuby/trunk/gcd.c

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 30 20:03:02 PST 2010


Revision: 4961
          http://trac.macosforge.org/projects/ruby/changeset/4961
Author:   lsansonetti at apple.com
Date:     2010-11-30 20:02:59 -0800 (Tue, 30 Nov 2010)
Log Message:
-----------
remove unicode character

Modified Paths:
--------------
    MacRuby/trunk/gcd.c

Modified: MacRuby/trunk/gcd.c
===================================================================
--- MacRuby/trunk/gcd.c	2010-12-01 02:25:20 UTC (rev 4960)
+++ MacRuby/trunk/gcd.c	2010-12-01 04:02:59 UTC (rev 4961)
@@ -284,7 +284,7 @@
  *  available system resources in a balanced fashion.
  *
  *  Use serial GCD queues to ensure that tasks execute in a predictable order.
- *  It’s a good practice to identify a specific purpose for each serial queue, 
+ *  It's a good practice to identify a specific purpose for each serial queue, 
  *  such as protecting a resource or synchronizing key processes.
  *  Create as many as you need - serial queues are extremely lightweight 
  *  (with a total memory footprint of less than 300 bytes); however, remember to 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101130/272baa2e/attachment.html>


More information about the macruby-changes mailing list