summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMatthew Blecker <matthewb@google.com>2020-05-01 11:42:54 -0700
committerCommit Bot <commit-bot@chromium.org>2020-05-02 03:58:37 +0000
commitf2379de6f3e694153e782f7a10b074b57c226a72 (patch)
tree4c1cfee06b99e02f67dd9022f16e65c8912a1812 /extra
parent20b848c444f13b66266f3e582e69bff954701f1c (diff)
downloadchrome-ec-f2379de6f3e694153e782f7a10b074b57c226a72.tar.gz
i2c-pseudo: Fix wrong word in ADAPTER_START documentation
BRANCH=none BUG=none TEST=none Change-Id: Ia8c99a4d68ba350f03cafa6457e673b8ca66a737 Signed-off-by: Matthew Blecker <matthewb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2176179 Reviewed-by: Harry Cutts <hcutts@chromium.org>
Diffstat (limited to 'extra')
-rw-r--r--extra/i2c_pseudo/Documentation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/i2c_pseudo/Documentation.txt b/extra/i2c_pseudo/Documentation.txt
index fe47fd7178..86c5bfc928 100644
--- a/extra/i2c_pseudo/Documentation.txt
+++ b/extra/i2c_pseudo/Documentation.txt
@@ -170,7 +170,7 @@ that has the same meaning as here.)
Write Command: ADAPTER_START
Example: "ADAPTER_START\n"
-Details: Tells i2c-pseudo the actually create the I2C adapter. Only valid once
+Details: Tells i2c-pseudo to actually create the I2C adapter. Only valid once
per open controller fd.