From: Ben Pfaff Date: Tue, 20 Apr 2010 21:54:10 +0000 (-0700) Subject: stream: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc1ad53290f439bb137888fed3cc51826addd24c;p=openvswitch stream: Fix typo in comment. --- 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,