X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream.h;h=d8b0814663db00b49eb0d246e2d016f3904bf4bf;hb=ceb4559f662c12eeb2bf9e4665ec88e96d990752;hp=d05107dea7423f1ad990d8974f3ec669dfa464b3;hpb=f39dc942afd5fe241903aada30850a1d96122c8c;p=openvswitch diff --git a/lib/stream.h b/lib/stream.h index d05107de..d8b08146 100644 --- a/lib/stream.h +++ b/lib/stream.h @@ -62,7 +62,7 @@ int pstream_accept(struct pstream *, struct stream **); int pstream_accept_block(struct pstream *, struct stream **); void pstream_wait(struct pstream *); -/* Convenience funtions. */ +/* Convenience functions. */ int stream_open_with_default_ports(const char *name, uint16_t default_tcp_port,