chiark / gitweb /
minor fixes
authorian <ian>
Thu, 17 Nov 2005 20:14:31 +0000 (20:14 +0000)
committerian <ian>
Thu, 17 Nov 2005 20:14:31 +0000 (20:14 +0000)
detpic/seriallib.inc

index af77a34989051613be312c88563087a9c2d6dde4..98af2e6742317b7568ebf99933a950ad7bc0ef2f 100644 (file)
@@ -35,7 +35,7 @@
 ; LATB.
 ;
 ; If any of RB5, RB6 or RB7 is an output which would be electrically
-; floating if left in tristate (Z state by the PIC) then before
+; floating if left in tristate (Z state) by the PIC then before
 ; calling serial_init the main program must have configured the
 ; appropriate TRISB bit(s) as outputs - presumably, after having
 ; configured the corresponding LATB bit(s).  This will avoid excessive
 ; interrupts disabled.  It is permissible for serial_write_please to
 ; be interrupted by an invocation of serial_interrupt or vice versa.
 ;
-; For example, if the main program has a buffer of characters for
+; Use example: if the main program has a buffer of characters for
 ; transmission, serialu_write_ready would call serial_write_byte if
 ; the buffer had something in it.  If it didn't then it would simply
 ; return.  When something is put in the buffer, the main program would