diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/soft_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/soft_i2c.c b/common/soft_i2c.c index 268da2c..48e3d3e 100644 --- a/common/soft_i2c.c +++ b/common/soft_i2c.c @@ -289,7 +289,7 @@ int i2c_probe(uchar addr) int rc; /* - * perform 1 byte write transaction with just address byte + * perform 1 byte write transaction with just address byte * (fake write) */ send_start(); |