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 sender.c
*
* @brief Implements the Sender Thread encapsulated in the sender_t-object
* @brief Implements the Sender Thread encapsulated in the sender_t object
*
*/
@@ -42,7 +42,7 @@ struct private_sender_s {
sender_t public;
/**
* Assigned thread to the sender_t-object
* Assigned thread to the sender_t object
*/
pthread_t assigned_thread;