aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschnetter <schnetter@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2005-05-05 20:55:24 +0000
committerschnetter <schnetter@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2005-05-05 20:55:24 +0000
commit1f3ff287ad489c9a49a2d0ab13669e22f71effab (patch)
treee8aac06c583437794e38537228fa6400c2fb2fb2 /src
parentdaf275655975cae5b914f380a599358593ced786 (diff)
Correct some minor errors in comments.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@219 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src')
-rw-r--r--src/Startup.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Startup.c b/src/Startup.c
index a12aef6..70fbe6a 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -142,12 +142,13 @@ int HTTP_StartServer(void)
@date Tue Nov 12 20:32:36 2002
@author Tom Goodale
@desc
- Listens for connection requests.
+ Listen for connection requests.
@enddesc
@calls
@calledby
@history
- @hdate Tue Nov 12 20:33:07 2002 @hauthor Tom Goodale
+ @hdate Tue Nov 12 20:33:07 2002
+ @hauthor Tom Goodale
@hdesc This was originally in HTTP_StartServer but
that made it impossible to spawn a task telling
it where the webserver was if httpd::pause was "true".