comparison libfdcore/messages.c @ 1228:e5010975da35

Fix typo in comment.
author Thomas Klausner <tk@giga.or.at>
date Thu, 18 Jul 2013 14:45:37 +0200
parents c473581adff2
children e72c9dad62ac
comparison
equal deleted inserted replaced
1227:34c2ae08176f 1228:e5010975da35
333 CHECK_FCT( fd_fifo_post(fd_g_outgoing, pmsg) ); 333 CHECK_FCT( fd_fifo_post(fd_g_outgoing, pmsg) );
334 334
335 return 0; 335 return 0;
336 } 336 }
337 337
338 /* Send a message and optionaly register a callback for an answer */ 338 /* Send a message and optionally register a callback for an answer */
339 int fd_msg_send ( struct msg ** pmsg, void (*anscb)(void *, struct msg **), void * data ) 339 int fd_msg_send ( struct msg ** pmsg, void (*anscb)(void *, struct msg **), void * data )
340 { 340 {
341 TRACE_ENTRY("%p %p %p", pmsg, anscb, data); 341 TRACE_ENTRY("%p %p %p", pmsg, anscb, data);
342 CHECK_PARAMS( pmsg ); 342 CHECK_PARAMS( pmsg );
343 343
"Welcome to our mercurial repository"