aboutsummaryrefslogtreecommitdiff
path: root/lib/stream.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-04-20 14:54:10 -0700
committerBen Pfaff <blp@nicira.com>2010-04-20 16:09:22 -0700
commitcc1ad53290f439bb137888fed3cc51826addd24c (patch)
treed99e25f99494dbb00c48ff1c09005b62de3bbd64 /lib/stream.h
parentfba0d699ef5b097b42c49539b9ff4c05c62433ed (diff)
stream: Fix typo in comment.
Diffstat (limited to 'lib/stream.h')
-rw-r--r--lib/stream.h2
1 files changed, 1 insertions, 1 deletions
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,