Merged silc_1_1_branch to trunk.
[silc.git] / lib / silccore / README
index 1ac9cc1fced88d54befe87ec5369330fb9ae25e8..a6cb9295108f55080504ba969315b589ec4ad1b6 100644 (file)
@@ -45,7 +45,7 @@ Locking in packet engine
 Currently the engine lock is used only when the packet free list is accessed,
 or new stream is added or removed.  The packet free list, however, is
 accessed for all incoming packets.  Application free's the packet context so
-the lock must later be acquired be putting the unused packet context back
+the lock must later be acquired for putting the unused packet context back
 to the free list.  It might be possible to later put the packet free list to
 per-thread context.