staging: nvec:Misspelled the word

Word error correction.Problem found using checkpatch.pl
CHECK: 'Implemenation' may be misspelled - perhaps 'Implementation'?

Signed-off-by: Burcin Akalin <brcnakalin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Burcin Akalin 2015-10-30 03:29:08 +03:00 committed by Greg Kroah-Hartman
parent 84295526a5
commit d8340ed044
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
NVEC: An NVidia compliant Embedded Controller Protocol Implemenation
NVEC: An NVidia compliant Embedded Controller Protocol Implementation
This is an implementation of the NVEC protocol used to communicate with an
embedded controller (EC) via I2C bus. The EC is an I2C master while the host