summaryrefslogtreecommitdiffstats
path: root/common/soft_i2c.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-03-12 02:55:22 +0100
committerWolfgang Denk <wd@pollux.denx.de>2006-03-12 02:55:22 +0100
commit8e7b703a62783f0e88d3a7e4b1dd1c033bc95ec8 (patch)
tree24c189eb88f7864177be3645e48b44e6e50d6304 /common/soft_i2c.c
parent1264b4050c6f635cc237b5821f924817457ce50c (diff)
downloadtalos-obmc-uboot-8e7b703a62783f0e88d3a7e4b1dd1c033bc95ec8.tar.gz
talos-obmc-uboot-8e7b703a62783f0e88d3a7e4b1dd1c033bc95ec8.zip
Coding Style cleanup
Diffstat (limited to 'common/soft_i2c.c')
-rw-r--r--common/soft_i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/soft_i2c.c b/common/soft_i2c.c
index 268da2cdc4..48e3d3e1c2 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();
OpenPOWER on IntegriCloud