aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2006-05-16 11:18:41 +0000
committerReuben Thomas <rrt@sc3d.org>2006-05-16 11:18:41 +0000
commit6fb340f18e550929cf8402a35dba6f8604ea8bb8 (patch)
treec9141d66fbf36601eb1f54820df22356c2f53291 /ncpd
parent4080ea2cbcc75c88d18e40f50777ad73ccffb714 (diff)
downloadplptools-6fb340f18e550929cf8402a35dba6f8604ea8bb8.tar.gz
plptools-6fb340f18e550929cf8402a35dba6f8604ea8bb8.tar.bz2
plptools-6fb340f18e550929cf8402a35dba6f8604ea8bb8.zip
Fix a comment typo
Diffstat (limited to 'ncpd')
-rw-r--r--ncpd/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncpd/main.cc b/ncpd/main.cc
index 4d0595e..9b12f0e 100644
--- a/ncpd/main.cc
+++ b/ncpd/main.cc
@@ -107,7 +107,7 @@ checkForNewSocketConnection()
if ((numScp >= theNCP->maxLinks()) || (!theNCP->gotLinkChannel())) {
bufferStore a;
- // Give the client time to send it's version request.
+ // Give the client time to send its version request.
next->dataToGet(1, 0);
next->getBufferStore(a, false);