r4018 - trunk/birnet



Author: stw
Date: 2006-10-23 11:58:00 -0400 (Mon, 23 Oct 2006)
New Revision: 4018

Modified:
   trunk/birnet/ChangeLog
   trunk/birnet/birnetthread.hh
Log:
Mon Oct 23 17:56:19 2006  Stefan Westerfeld  <stefan space twc de>

	* birnetthreads.hh: Fixed typos in AutoLocker documentation.


Modified: trunk/birnet/ChangeLog
===================================================================
--- trunk/birnet/ChangeLog	2006-10-23 14:11:46 UTC (rev 4017)
+++ trunk/birnet/ChangeLog	2006-10-23 15:58:00 UTC (rev 4018)
@@ -1,3 +1,7 @@
+Mon Oct 23 17:56:19 2006  Stefan Westerfeld  <stefan space twc de>
+
+	* birnetthreads.hh: Fixed typos in AutoLocker documentation.
+
 Wed Oct 11 02:11:29 2006  Tim Janik  <timj gtk org>
 
 	* birnetutf8.hh: added utf8_align() and utf8_aligned() to step back

Modified: trunk/birnet/birnetthread.hh
===================================================================
--- trunk/birnet/birnetthread.hh	2006-10-23 14:11:46 UTC (rev 4017)
+++ trunk/birnet/birnetthread.hh	2006-10-23 15:58:00 UTC (rev 4018)
@@ -161,8 +161,8 @@
 /**
  * The AutoLocker class locks mutex like objects on construction, and automatically
  * unlocks on destruction. So putting an AutoLocker object on the stack conveniently
- * ensures that a mutex will be automatcially locked and properly unlocked when
- * the function returns or thros an exception.
+ * ensures that a mutex will be automatically locked and properly unlocked when
+ * the function returns or throws an exception.
  * Objects intended to be used by an AutoLocker need to provide the public methods
  * lock() and unlock().
  */




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]