From 99d6172f06e11ff7f85f68552f9fea7bd317723f Mon Sep 17 00:00:00 2001 From: Zenon Date: Tue, 6 Nov 2018 18:50:38 -0600 Subject: Correct minor spelling and grammar errors This work was performed as a GCI 2018 task. --- cpukit/dev/i2c/xilinx-axi-i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/dev/i2c') diff --git a/cpukit/dev/i2c/xilinx-axi-i2c.c b/cpukit/dev/i2c/xilinx-axi-i2c.c index 11b0658161..fc8b4dd92c 100644 --- a/cpukit/dev/i2c/xilinx-axi-i2c.c +++ b/cpukit/dev/i2c/xilinx-axi-i2c.c @@ -502,7 +502,7 @@ xilinx_axi_i2c_read_rx_fifo(xilinx_axi_i2c_bus* bus) * One more byte to be received. This is set up by programming the RX * FIFO programmable depth interrupt register with a value that is 2 * less than the number we need (the register is minus 1). When we have - * one byte left disable the TX error interrupt because setting the NO + * one byte left, disable the TX error interrupt because setting the NO * ACK bit in the command register causes a TX error interrupt. Set the * TXAK bit in the CR to not-acknowledge the next byte received telling * the slave sender the master accepts no more data, then read the -- cgit v1.2.3