From e7d0db9f211379e750560677716482bce0a796e1 Mon Sep 17 00:00:00 2001 From: Oliver Hartkopp Date: Fri, 20 Jun 2008 09:19:13 +0000 Subject: [PATCH] Fix typo. --- lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.h b/lib.h index 07daa24..b356e3b 100644 --- a/lib.h +++ b/lib.h @@ -57,7 +57,7 @@ int hexstring2candata(char *arg, struct can_frame *cf); /* * Converts a given ASCII hex string to values in the can_frame data[]. * - * A valid ASCII hex string consists of and even number of up to 16 chars. + * A valid ASCII hex string consists of an even number of up to 16 chars. * Leading zeros '00' in the ASCII hex string are interpreted. * * Examples: -- 2.39.2