X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream-provider.h;h=0708c72e4a3ec043f9f044bc35bced9040216fcc;hb=58cf43df9aa551b58970153d020728c1825f91c8;hp=712d2898182bc2b62283733524ca54f268baf612;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=openvswitch diff --git a/lib/stream-provider.h b/lib/stream-provider.h index 712d2898..0708c72e 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;