diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 20:42:14 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 20:42:14 +0200 |
commit | bdaea46318e4fe10b3fe4b20345baff2e1d69afc (patch) | |
tree | df4687545318055d644d787ffadddfcef29aeabe | |
parent | 0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a (diff) | |
download | busybox-w32-bdaea46318e4fe10b3fe4b20345baff2e1d69afc.tar.gz busybox-w32-bdaea46318e4fe10b3fe4b20345baff2e1d69afc.tar.bz2 busybox-w32-bdaea46318e4fe10b3fe4b20345baff2e1d69afc.zip |
nmeter: fix misplaced closing comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | procps/nmeter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/nmeter.c b/procps/nmeter.c index 6111e4baf..7836a90d5 100644 --- a/procps/nmeter.c +++ b/procps/nmeter.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Based on nanotop.c from floppyfw project | 4 | * Based on nanotop.c from floppyfw project |
5 | * | 5 | * |
6 | * Contact me: vda.linux@googlemail.com */ | 6 | * Contact me: vda.linux@googlemail.com |
7 | */ | 7 | */ |
8 | 8 | ||
9 | //TODO: | 9 | //TODO: |