From 7d00aafc48745bbe1ebea6083bd68bdb17f1a093 Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Fri, 4 Jul 2008 16:53:39 +0000
Subject: [PATCH] Minor change.

---
 include/ecrt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ecrt.h b/include/ecrt.h
index 83f120b8..e742faf6 100644
--- a/include/ecrt.h
+++ b/include/ecrt.h
@@ -422,7 +422,7 @@ ec_slave_config_t *ecrt_master_slave_config(
         uint32_t product_code /**< Expected product code. */
         );
 
-/** Finishes the configuration phase and prepares for realtime mode.
+/** Finishes the configuration phase and prepares for cyclic operation.
  *
  * This function tells the master that the configuration phase is finished and
  * the realtime operation will begin. The function allocates internal memory
-- 
GitLab