From: Oliver Hartkopp Date: Wed, 11 Jun 2008 16:38:00 +0000 (+0000) Subject: fixed comment. X-Git-Tag: 0.1~185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=278344e5d52f12964119d3cb887e23794642d474;p=profile%2Fivi%2Fcan-utils.git fixed comment. --- diff --git a/vcan.c b/vcan.c index 80d39d5..06b651a 100644 --- a/vcan.c +++ b/vcan.c @@ -30,8 +30,8 @@ #ifndef IFLA_LINKINFO #error Your kernel includes do not provide the needed netlink interface function. -#error This is a normal behaviour for Kernel versions < v2.6.24 . -#error You don't need this tool for Kernel versions < v2.6.24 anyway, as +#error This is a normal behaviour for Kernel versions below v2.6.24 . +#error You do not need this tool for Kernel versions below v2.6.24 anyway as #error the number of vcan driver instances can be defined as a vcan.ko module #error commandline parameter (default = 4) in older Kernels. #endif