projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d66eb
)
net.c: Typo.
author
Andre Noll
<maan@systemlinux.org>
Sun, 25 Nov 2007 13:59:23 +0000
(14:59 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 25 Nov 2007 13:59:23 +0000
(14:59 +0100)
net.c
patch
|
blob
|
history
diff --git
a/net.c
b/net.c
index 58221fa6754a950ba52bbb272df9438b63a0824c..cffd250e182d36e94a1ffe06db9f96abcabe3100 100644
(file)
--- a/
net.c
+++ b/
net.c
@@
-516,7
+516,7
@@
int recv_cred_buffer(int fd, char *buf, size_t size)
/**
* Create a tcp socket, bind it and listen on the given port.
*
- * \param
Port t
he tcp port to listen on.
+ * \param
port T
he tcp port to listen on.
*
* \return The file descriptor of the created socket, negative on errors.
*