From 7b17647570e12c5dc127516a0059d741d0f90e4b Mon Sep 17 00:00:00 2001 From: Philip Edelbrock Date: Wed, 14 Apr 1999 18:25:57 +0000 Subject: [PATCH] (Phil) Just fixed a minor typo on line #2. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@387 7894878c-1315-0410-8ee3-d5d059ff63e0 --- i2c/algo-bit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2c/algo-bit.h b/i2c/algo-bit.h index f37ce492..225b519e 100644 --- a/i2c/algo-bit.h +++ b/i2c/algo-bit.h @@ -1,5 +1,5 @@ #ifndef ALGO_BIT_H -#define AGLO_BIT_H 1 +#define ALGO_BIT_H 1 /* --- Defines for bit-adapters --------------------------------------- */ #include "i2c.h"