diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-30 02:24:48 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-30 02:24:48 +0200 |
commit | 11872cab325f99b3719bc0416401a656556d6230 (patch) | |
tree | 54c746e81463d9cf7ca3bf8f1e8ed01fc6e15904 /networking/tc.c | |
parent | f16727ebbbb385b1bf4d03608a04f8310469cf1f (diff) | |
download | busybox-w32-11872cab325f99b3719bc0416401a656556d6230.tar.gz busybox-w32-11872cab325f99b3719bc0416401a656556d6230.tar.bz2 busybox-w32-11872cab325f99b3719bc0416401a656556d6230.zip |
networking/*: remove superfluous comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/tc.c')
-rw-r--r-- | networking/tc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/networking/tc.c b/networking/tc.c index 9242741e4..2e2473a70 100644 --- a/networking/tc.c +++ b/networking/tc.c | |||
@@ -1,7 +1,5 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * "tc" utility frontend. | ||
4 | * | ||
5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | * | 4 | * |
7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 5 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |