summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-07-23 00:24:30 -0700
committerJustin Pettit <jpettit@nicira.com>2012-07-25 10:12:57 -0700
commit293d49bdd6e8cedc3fade25af3eccb122c4cd3e1 (patch)
treecf910f30e5aabaa81bb54b2e96f21d51d7d804f2 /lib
parentb4e1bf8b7ef8704d857a9ee93d40719289b2139e (diff)
downloadopenvswitch-293d49bdd6e8cedc3fade25af3eccb122c4cd3e1.tar.gz
Fix "*tivty" typos.
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/socket-util.c2
-rw-r--r--lib/stream-provider.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/socket-util.c b/lib/socket-util.c
index 5fe9f98ba..2c5e6ccbe 100644
--- a/lib/socket-util.c
+++ b/lib/socket-util.c
@@ -180,7 +180,7 @@ lookup_ipv6(const char *host_name, struct in6_addr *addr)
* Most Open vSwitch code should not use this because it causes deadlocks:
* gethostbyname() sends out a DNS request but that starts a new flow for which
* OVS must set up a flow, but it can't because it's waiting for a DNS reply.
- * The synchronous lookup also delays other activty. (Of course we can solve
+ * The synchronous lookup also delays other activity. (Of course we can solve
* this but it doesn't seem worthwhile quite yet.) */
int
lookup_hostname(const char *host_name, struct in_addr *addr)
diff --git a/lib/stream-provider.h b/lib/stream-provider.h
index 712d28981..0708c72e4 100644
--- a/lib/stream-provider.h
+++ b/lib/stream-provider.h
@@ -54,7 +54,7 @@ struct stream_class {
/* Prefix for connection names, e.g. "tcp", "ssl", "unix". */
const char *name;
- /* True if this stream needs periodic probes to verify connectivty. For
+ /* True if this stream needs periodic probes to verify connectivity. For
* streams which need probes, it can take a long time to notice the
* connection was dropped. */
bool needs_probes;
@@ -154,7 +154,7 @@ struct pstream_class {
/* Prefix for connection names, e.g. "ptcp", "pssl", "punix". */
const char *name;
- /* True if this pstream needs periodic probes to verify connectivty. For
+ /* True if this pstream needs periodic probes to verify connectivity. For
* pstreams which need probes, it can take a long time to notice the
* connection was dropped. */
bool needs_probes;