projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb2cb9
)
netlink-socket: Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Thu, 22 Sep 2011 03:49:32 +0000
(20:49 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 22 Sep 2011 04:38:44 +0000
(21:38 -0700)
lib/netlink-socket.c
patch
|
blob
|
history
diff --git
a/lib/netlink-socket.c
b/lib/netlink-socket.c
index 24e6848da505efda67d59d88bd9f9d27a62d4f63..f4635c8221c1f11a090c4e081d39c82a58aa4eed 100644
(file)
--- a/
lib/netlink-socket.c
+++ b/
lib/netlink-socket.c
@@
-538,7
+538,7
@@
nl_dump_start(struct nl_dump *dump,
dump->buffer = NULL;
if (sock->any_groups || sock->dump) {
/* 'sock' might belong to some multicast group, or it already has an
- * on
og
ing dump. Clone the socket to avoid possibly intermixing
+ * on
go
ing dump. Clone the socket to avoid possibly intermixing
* multicast messages or previous dump results with our results. */
dump->status = nl_sock_clone(sock, &dump->sock);
if (dump->status) {