瀏覽代碼

Fix typo: funtion -> function

Signed-off-by: Ferenc Wágner <wferi@niif.hu>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Ferenc Wágner 9 年之前
父節點
當前提交
4e78a735dd
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      man/cpg_zcb_alloc.3.in
  2. 1 1
      man/cpg_zcb_mcast_joined.3.in

+ 1 - 1
man/cpg_zcb_alloc.3.in

@@ -43,7 +43,7 @@ The
 .B cpg_zcb_alloc
 function will allocate a zero copy buffer for use with the
 .B cpg_zcb_mcast_joined(3)
-funtion.  This buffer should not be used in another thread while a
+function.  This buffer should not be used in another thread while a
 cpg_zcb_mcast_joined operation is taking place on the buffer.  The buffer is
 allocated via operating system mechanisms to avoid copying in the IPC layer.
 

+ 1 - 1
man/cpg_zcb_mcast_joined.3.in

@@ -45,7 +45,7 @@ The
 function will multicast a zero copy buffer message to all the processes that
 have been joined with the
 .B cpg_join(3)
-funtion for the same group name.
+function for the same group name.
 Messages that are sent to any of the groups joined to the parameter
 .I handle
 will be delivered to all subscribed processes in the system.