objects in source documentation renamed from xy-object to xy object

This commit is contained in:
Jan Hutter
2005-11-10 09:35:28 +00:00
parent c7748338f2
commit c3dc6f1aae
20 changed files with 272 additions and 272 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/**
* @file receiver.c
*
* @brief Implements the Receiver Thread encapsulated in the receiver_t-object
* @brief Implements the Receiver Thread encapsulated in the receiver_t object
*
*/
@@ -43,7 +43,7 @@ struct private_receiver_s {
receiver_t public;
/**
* Assigned thread to the receiver_t-object
* Assigned thread to the receiver_t object
*/
pthread_t assigned_thread;