Module: xenomai-2.6
Branch: master
Commit: 4eb593df1eb89a47f1bc3423cea44c345d22ee3e
URL:    
http://git.xenomai.org/?p=xenomai-2.6.git;a=commit;h=4eb593df1eb89a47f1bc3423cea44c345d22ee3e

Author: Philippe Gerum <r...@xenomai.org>
Date:   Fri Jun 20 21:14:53 2014 +0200

rtipc/xddp: fixup XDDP documentation

---

 include/rtdm/rtipc.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/rtdm/rtipc.h b/include/rtdm/rtipc.h
index 4b06dbc..d69518d 100644
--- a/include/rtdm/rtipc.h
+++ b/include/rtdm/rtipc.h
@@ -396,7 +396,7 @@ enum {
  *
  * Real-time Xenomai threads and regular Linux threads may want to
  * exchange data in a way that does not require the former to leave
- * the real-time domain (i.e. secondary mode). The RTDM-based XDDP
+ * the real-time domain (i.e. primary mode). The RTDM-based XDDP
  * protocol is available for this purpose.
  *
  * On the Linux domain side, pseudo-device files named /dev/rtp@em \<minor\>
@@ -405,7 +405,7 @@ enum {
  * Xenomai domain side, sockets may be bound to XDDP ports, which act
  * as proxies to send and receive data to/from the associated
  * pseudo-device files. Ports and pseudo-device minor numbers are
- * paired, meaning that e.g. port 7 will proxy the traffic to/from
+ * paired, meaning that e.g. socket port 7 will proxy the traffic to/from
  * /dev/rtp7.
  *
  * All data sent through a bound/connected XDDP socket via @c


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to