[Openais] [PATCH openais 7/9] fix typo in comment

Jim Meyering jim at meyering.net
Sun Jun 21 11:42:57 PDT 2009


From: Jim Meyering <meyering at redhat.com>

* services/evt.c (evt_close_channel): s/the the/the/.
---
 services/evt.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/evt.c b/services/evt.c
index 2f6e17e..a893fb0 100644
--- a/services/evt.c
+++ b/services/evt.c
@@ -1256,7 +1256,7 @@ static SaAisErrorT evt_open_channel(const mar_name_t *cn, SaUint8T flgs)
 	}

 	/*
-	 * create the channel packet to send. Tell the the cluster
+	 * create the channel packet to send. Tell the cluster
 	 * to create the channel.
 	 */
 	memset(&cpkt, 0, sizeof(cpkt));
@@ -1294,7 +1294,7 @@ static SaAisErrorT evt_close_channel(mar_name_t *cn, uint64_t unlink_id, void *c
 	ret = SA_AIS_OK;

 	/*
-	 * create the channel packet to send. Tell the the cluster
+	 * create the channel packet to send. Tell the cluster
 	 * to close the channel.
 	 */
 	memset(&cpkt, 0, sizeof(cpkt));
-- 
1.6.3.2.448.g363bdb



More information about the Openais mailing list