From 3394e1fa183e52a9ce55c666dc9998b8d679388d Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Mon, 3 Jan 2022 10:58:05 +0100 Subject: [PATCH] libj1939.h: fix typo Fixes: e370ad5256f4 ("testj1939: fix 64-bit types for some platforms") Signed-off-by: Marc Kleine-Budde --- libj1939.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libj1939.h b/libj1939.h index abd05d3..b6832cf 100644 --- a/libj1939.h +++ b/libj1939.h @@ -10,7 +10,7 @@ * as published by the Free Software Foundation */ -/* needed on some 644 bit platforms to get consistent 64-bit types */ +/* needed on some 64 bit platforms to get consistent 64-bit types */ #define __SANE_USERSPACE_TYPES__ #include