CVS: libraries/mspgcc flash_write_byte.c,1.2,1.3

Chris Liechti <[email protected]> Tue, 31 Oct 2006 14:26:10 -0800
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/libraries/mspgcc
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11711/libraries/mspgcc

Modified Files:
	flash_write_byte.c 
Log Message:
docs

Index: flash_write_byte.c
===================================================================
RCS file: /cvsroot/mspgcc/libraries/mspgcc/flash_write_byte.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- flash_write_byte.c	23 Aug 2005 18:03:22 -0000	1.2
+++ flash_write_byte.c	31 Oct 2006 22:26:08 -0000	1.3
@@ -11,7 +11,7 @@
 critical void flash_write(void *dst, const void *src, unsigned int size) {
     FCTL3 = FWKEY;                      // unlock
     FCTL1 = FWKEY|WRT;                  // select write
-    //going trough the buffer in reverse to save some code memory
+    // going through the buffer in reverse to save some code memory
     while (size) {
         size--;   //decrement before using as array indexing starts at 0, not 1
         ((unsigned char *)dst)[size] = ((unsigned char *)src)[size];  // copy


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642