2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-19 14:37:21 +00:00

stream: Fix typo in comment.

This commit is contained in:
Ben Pfaff
2010-04-20 14:54:10 -07:00
parent fba0d699ef
commit cc1ad53290

View File

@@ -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,