[Pcsclite-cvs-commit] r7043 - in trunk: Drivers/ccid/src PCSC/src

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Tue Nov 18 08:16:55 UTC 2014


Author: rousseau
Date: 2014-11-18 08:16:54 +0000 (Tue, 18 Nov 2014)
New Revision: 7043

Modified:
   trunk/Drivers/ccid/src/ifdhandler.c
   trunk/PCSC/src/winscard_clnt.c
Log:
Fix typos in comments

Thanks to David Woodhouse for the patch


Modified: trunk/Drivers/ccid/src/ifdhandler.c
===================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c	2014-11-16 19:04:02 UTC (rev 7042)
+++ trunk/Drivers/ccid/src/ifdhandler.c	2014-11-18 08:16:54 UTC (rev 7043)
@@ -355,7 +355,7 @@
 	 * ignore Lun.
 	 *
 	 * Tag - the tag for the information requested example: TAG_IFD_ATR -
-	 * return the Atr and it's size (required). these tags are defined in
+	 * return the Atr and its size (required). these tags are defined in
 	 * ifdhandler.h
 	 *
 	 * Length - the length of the returned data Value - the value of the
@@ -1090,7 +1090,7 @@
 	 * Action - Action to be taken on the card.
 	 *
 	 * IFD_POWER_UP - Power and reset the card if not done so (store the
-	 * ATR and return it and it's length).
+	 * ATR and return it and its length).
 	 *
 	 * IFD_POWER_DOWN - Power down the card if not done already
 	 * (Atr/AtrLength should be zero'd)
@@ -1100,7 +1100,7 @@
 	 *
 	 * Atr - Answer to Reset of the card.  The driver is responsible for
 	 * caching this value in case IFDHGetCapabilities is called requesting
-	 * the ATR and it's length.  This should not exceed MAX_ATR_SIZE.
+	 * the ATR and its length.  This should not exceed MAX_ATR_SIZE.
 	 *
 	 * AtrLength - Length of the Atr.  This should not exceed
 	 * MAX_ATR_SIZE.

Modified: trunk/PCSC/src/winscard_clnt.c
===================================================================
--- trunk/PCSC/src/winscard_clnt.c	2014-11-16 19:04:02 UTC (rev 7042)
+++ trunk/PCSC/src/winscard_clnt.c	2014-11-18 08:16:54 UTC (rev 7043)
@@ -873,7 +873,7 @@
  * reset the card in shared mode. When this occurs any other application trying
  * to access certain commands will be returned the value \ref
  * SCARD_W_RESET_CARD. When this occurs SCardReconnect() must be called in
- * order to acknowledge that the card was reset and allow it to change it's
+ * order to acknowledge that the card was reset and allow it to change its
  * state accordingly.
  *
  * @ingroup API
@@ -1350,7 +1350,7 @@
  * @brief Returns the current status of the reader connected to
  * by \p hCard.
  *
- * It's friendly name will be stored in \p szReaderName. \p pcchReaderLen will
+ * Its friendly name will be stored in \p szReaderName. \p pcchReaderLen will
  * be the size of the allocated buffer for \p szReaderName, while \p pcbAtrLen
  * will be the size of the allocated buffer for \p pbAtr. If either of these is
  * too small, the function will return with \ref SCARD_E_INSUFFICIENT_BUFFER
@@ -2690,7 +2690,7 @@
  * connected to by SCardConnect().
  *
  * The card responds from the APDU and stores this response in \p pbRecvBuffer
- * and it's length in \p pcbRecvLength.
+ * and its length in \p pcbRecvLength.
  * \p pioSendPci and \p pioRecvPci are structures containing the following:
  * @code
  * typedef struct {




More information about the Pcsclite-cvs-commit mailing list