i2c-i801: Spelling fix

Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
Jean Delvare 2007-02-13 22:08:59 +01:00 committed by Jean Delvare
parent 3f9a4790a3
commit fcdd96ecaf

View file

@ -123,7 +123,7 @@ static int i801_transaction(void)
dev_dbg(&I801_dev->dev, "Failed! (%02x)\n", temp);
return -1;
} else {
dev_dbg(&I801_dev->dev, "Successfull!\n");
dev_dbg(&I801_dev->dev, "Successful!\n");
}
}