[Pcsclite-cvs-commit] r3006 - /trunk/Drivers/ccid/src/defs.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jun 17 12:35:15 UTC 2008


Author: rousseau
Date: Tue Jun 17 12:35:15 2008
New Revision: 3006

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3006
Log:
typo in comments

Modified:
    trunk/Drivers/ccid/src/defs.h

Modified: trunk/Drivers/ccid/src/defs.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/defs.h?rev=3006&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/defs.h (original)
+++ trunk/Drivers/ccid/src/defs.h Tue Jun 17 12:35:15 2008
@@ -55,7 +55,8 @@
 } status_t;
 
 /* Powerflag (used to detect quick insertion removals unnoticed by the
- * resource manager)Initial value */
+ * resource manager) */
+/* Initial value */
 #define POWERFLAGS_RAZ 0x00
 /* Flag set when a power up has been requested */
 #define MASK_POWERFLAGS_PUP 0x01
@@ -66,9 +67,9 @@
  * extended APDU. The readers supports a command of up to 512 or 420 bytes.
  * For a Kobil KAAN Base/advanced reader you should use
  *  #define CMD_BUF_SIZE 420
- * For the other models you should us
+ * For the other models you should use
  *  #define CMD_BUF_SIZE 512
- * Kobil is aware of the problem and do not plan to solve it
+ * Kobil is aware of the problem and do not plan to solve it.
  */
 /* Communication buffer size (max=adpu+Lc+data+Le) */
 #define CMD_BUF_SIZE (4+1+256+1)




More information about the Pcsclite-cvs-commit mailing list