Skip to content

Commit 0866d2a

Browse files
authored
Merge pull request #1603 from YanLongDai/rping_iff
rping: Fix typos in comments
2 parents 0a509e4 + 949e30d commit 0866d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

librdmacm/examples/rping.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ struct rping_rdma_info {
107107
* Control block struct.
108108
*/
109109
struct rping_cb {
110-
int server; /* 0 iff client */
110+
int server; /* 0 if client */
111111
pthread_t cqthread;
112112
pthread_t persistent_server_thread;
113113
struct ibv_comp_channel *channel;

0 commit comments

Comments
 (0)