summaryrefslogtreecommitdiffstats
path: root/src/ec/compal
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2013-07-09 21:52:41 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 20:18:06 +0200
commit8940d3e2a7678eabbdd6b3b79498a69019bde77a (patch)
treef0aee201e8995092440bc8a05c6346ff7f41def0 /src/ec/compal
parentcbf2bd715a6a3c5d758c52b4634284b260805d17 (diff)
downloadcoreboot-8940d3e2a7678eabbdd6b3b79498a69019bde77a.tar.gz
coreboot-8940d3e2a7678eabbdd6b3b79498a69019bde77a.tar.bz2
coreboot-8940d3e2a7678eabbdd6b3b79498a69019bde77a.zip
ec: Fix spelling
Change-Id: I5e4d35572c43f07bec5ec0bcd75c717723228e2f Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/3757 Reviewed-by: Dave Frodin <dave.frodin@se-eng.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/ec/compal')
-rw-r--r--src/ec/compal/ene932/ec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/compal/ene932/ec.c b/src/ec/compal/ene932/ec.c
index c3087e91ce40..3f4d1b99bab6 100644
--- a/src/ec/compal/ene932/ec.c
+++ b/src/ec/compal/ene932/ec.c
@@ -80,14 +80,14 @@ int kbc_cleanup_buffers(void)
}
-/* The ENE 60/64 EC registers are the same comand/status IB/OB KBC pair.
+/* The ENE 60/64 EC registers are the same command/status IB/OB KBC pair.
* Check status from 64 port before each command.
*
* Ex. Get panel ID command C43/D77
* Check IBF empty. Then Write 0x43(CMD) to 0x64 Port
* Check IBF empty. Then Write 0x77(DATA) to 0x60 Port
* Check OBF set. Then Get Data(0x03:panel ID) from 0x60
- * Different commands return may or maynot respond and may have multiple
+ * Different commands return may or may not respond and may have multiple
* bytes. Keep it simple for nor
*/