chiark / gitweb /
rename innduct.c to duct.c - fix up comments
authorIan Jackson <ian@liberator.(none)>
Thu, 20 May 2010 18:13:40 +0000 (19:13 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 22 May 2010 10:11:35 +0000 (11:11 +0100)
duct.c
innduct.h

diff --git a/duct.c b/duct.c
index 6ff7bad88db1aae929265824361daef6eea77df4..f6f894353f1e383ecdf445ea2a2a7c94aaed9997 100644 (file)
--- a/duct.c
+++ b/duct.c
@@ -1,7 +1,7 @@
 /*
  *  innduct
  *  tailing reliable realtime streaming feeder for inn
 /*
  *  innduct
  *  tailing reliable realtime streaming feeder for inn
- *  innduct.c - main program, option parsing and startup
+ *  duct.c - main program, option parsing and startup
  *
  *  Copyright (C) 2010 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * 
  *
  *  Copyright (C) 2010 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * 
index 4ccae7a3e5e60cf33c3945ac982bba2f03a7d01d..78f06a8b762e5fc3ec51ea21f2d77f156b98ec3e 100644 (file)
--- a/innduct.h
+++ b/innduct.h
@@ -362,7 +362,7 @@ static inline int isewouldblock(int errnoval) {
     PRINTF(3,0);
 INNLOGSETS(INNLOGSET_DECLARE)
 
     PRINTF(3,0);
 INNLOGSETS(INNLOGSET_DECLARE)
 
-/*----- innduct.c -----*/
+/*----- duct.c -----*/
 
 void postfork(void);
 void period(void);
 
 void postfork(void);
 void period(void);