fixed some typos

This commit is contained in:
Martin Willi
2007-10-05 09:52:23 +00:00
parent 1169ab4ec7
commit 39a8e5a580
+2 -2
View File
@@ -300,12 +300,12 @@ struct private_kernel_interface_t {
kernel_interface_t public;
/**
* mutex to lock access to the various lists
* mutex to lock access to netlink socket
*/
pthread_mutex_t nl_mutex;
/**
* mutex to locak access to various lists
* mutex to lock access to various lists
*/
pthread_mutex_t mutex;