[Pcsclite-cvs-commit] r2052 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Tue May 23 13:05:06 UTC 2006


Author: rousseau
Date: 2006-05-23 13:05:05 +0000 (Tue, 23 May 2006)
New Revision: 2052

Modified:
   trunk/PCSC/src/README_INTERNALS.txt
Log:
correct typos


Modified: trunk/PCSC/src/README_INTERNALS.txt
===================================================================
--- trunk/PCSC/src/README_INTERNALS.txt	2006-05-23 13:01:30 UTC (rev 2051)
+++ trunk/PCSC/src/README_INTERNALS.txt	2006-05-23 13:05:05 UTC (rev 2052)
@@ -199,8 +199,8 @@
 - pcscd open/creates a shared memory segment (EHInitializeEventStructures()
   in eventhandler.c)
 - static PREADER_STATE readerStates[PCSCLITE_MAX_READERS_CONTEXTS]; is
-  an array of pointers on READER_STATE.  each entry readerStates[i]
-  point to a memory shared segment It contains the state of each
+  an array of pointers on READER_STATE. Each entry readerStates[i]
+  points to a memory shared segment. It contains the state of each
   readers.
 
 - reader contexts are also created and maintained
@@ -216,7 +216,7 @@
 
 - the library open the shared memory segment (SCardEstablishContextTH()
   in winscard_clnt.c)
-- each entry readerStates[i] get a reference to the memory segment of
+- each entry readerStates[i] gets a reference to the memory segment of
   the server.
   
 The memory is READ ONLY on the library side.




More information about the Pcsclite-cvs-commit mailing list