diff options
author | Yang Tse <yangsita@gmail.com> | 2007-11-08 16:32:31 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-11-08 16:32:31 +0000 |
commit | c960cd41e84aa3d86cd0a5cd6c0d8b4ae6c96344 (patch) | |
tree | b8cd680b2c3ccb3a01ea9e2d7c7ef04f8219f817 /tests/server | |
parent | a29471d0f73db42a935ddf20e0a394ab1eb3700f (diff) |
Fix comment
Diffstat (limited to 'tests/server')
-rw-r--r-- | tests/server/tftp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/server/tftp.h b/tests/server/tftp.h index b8f6ed0e4..6a11f6a80 100644 --- a/tests/server/tftp.h +++ b/tests/server/tftp.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -23,7 +23,7 @@ * $Id$ ***************************************************************************/ -/* This file is a rewrite/clone of the arpa/telnet.h file for systems without +/* This file is a rewrite/clone of the arpa/tftp.h file for systems without it. */ #define SEGSIZE 512 /* data segment size */ |