Revision: 7139
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7139&view=rev
Author:   hofman
Date:     2011-03-04 12:20:17 +0000 (Fri, 04 Mar 2011)

Log Message:
-----------
fix comment

Modified Paths:
--------------
    trunk/NSData_SKExtensions.m

Modified: trunk/NSData_SKExtensions.m
===================================================================
--- trunk/NSData_SKExtensions.m 2011-03-04 11:56:23 UTC (rev 7138)
+++ trunk/NSData_SKExtensions.m 2011-03-04 12:20:17 UTC (rev 7139)
@@ -158,7 +158,7 @@
                        }
                }
                
-               // Store the 4 bits from each of the 2 characters as 1 bytes
+               // Store the 8 bits from each of the 2 characters as 1 byte
                outputBuffer[j++] = (accumulated[0] << 4) | (accumulated[1]);
     }
     


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to