diff options
author | Damien Miller <djm@mindrot.org> | 2000-01-29 20:13:40 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-01-29 20:13:40 +1100 |
commit | 4e61b79d5bcb3c5ac3014fe55be55214e23b2927 (patch) | |
tree | 9efed0a2fd276a070cba5a0e9851a2cb699d3259 | |
parent | c85f9b48517385e3cc95deb1d3b1bc72e5124d58 (diff) |
fix comment
-rw-r--r-- | bsd-misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-misc.c b/bsd-misc.c index b2c70c680..b00c793c0 100644 --- a/bsd-misc.c +++ b/bsd-misc.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** | 2 | ** |
3 | ** OpenBSD emulation routines | 3 | ** OpenBSD replacement routines |
4 | ** | 4 | ** |
5 | ** Damien Miller <djm@ibs.com.au> | 5 | ** Damien Miller <djm@ibs.com.au> |
6 | ** | 6 | ** |