docs: i2c: smbus-protocol: fix typo

The subject is plural, fix the verb.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
Luca Ceresoli 2020-01-29 16:19:42 +01:00 коммит произвёл Wolfram Sang
Родитель b36cbb70e4
Коммит 414a596454
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -145,7 +145,7 @@ SMBus Write Word
Implemented by i2c_smbus_write_word_data()
This is the opposite of the Read Word operation. 16 bits
of data is written to a device, to the designated register that is
of data are written to a device, to the designated register that is
specified through the Comm byte.::
S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P