[Pcsclite-cvs-commit] r5961 - /trunk/PCSC/src/error.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Sep 24 08:14:39 UTC 2011


Author: rousseau
Date: Sat Sep 24 08:14:37 2011
New Revision: 5961

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5961
Log:
Doxygen: fix a bug in the doc

Modified:
    trunk/PCSC/src/error.c

Modified: trunk/PCSC/src/error.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/error.c?rev=5961&op=diff
==============================================================================
--- trunk/PCSC/src/error.c (original)
+++ trunk/PCSC/src/error.c Sat Sep 24 08:14:37 2011
@@ -37,7 +37,7 @@
 }
 #else
 /**
- * @brief This function return a human readable text for the given PC/SC error
+ * @brief This function returns a human readable text for the given PC/SC error
  * code.
  *
  * @ingroup API
@@ -50,7 +50,7 @@
  * LONG rv;
  * rv = SCardEstablishContext(SCARD_SCOPE_SYSTEM, NULL, NULL, &hContext);
  * if (rv != SCARD_S_SUCCESS)
- *     printf("SCardReleaseContext: %s (0x%lX)\n",
+ *     printf("SCardEstablishContext: %s (0x%lX)\n",
  *         pcsc_stringify_error(rv), rv);
  * @endcode
  */




More information about the Pcsclite-cvs-commit mailing list