summaryrefslogtreecommitdiffstats
path: root/cpukit/libi2c/README_libi2c
diff options
context:
space:
mode:
authorMarçal Comajoan Cara <mcomajoancara@gmail.com>2018-12-03 21:37:32 +0100
committerJoel Sherrill <joel@rtems.org>2018-12-04 15:12:53 -0600
commit0446f680564b171a349e4efaf9f4834d938ae040 (patch)
tree1de28509192154d05e32cebc71417c8ce8cd0b16 /cpukit/libi2c/README_libi2c
parentpsxhdrs: Added POSIX Compliance Test fot sys/time.h (GCI 2018) (diff)
downloadrtems-0446f680564b171a349e4efaf9f4834d938ae040.tar.bz2
Spelling and grammar fixes in source code comments (GCI 2018)
Diffstat (limited to 'cpukit/libi2c/README_libi2c')
-rw-r--r--cpukit/libi2c/README_libi2c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libi2c/README_libi2c b/cpukit/libi2c/README_libi2c
index 18de89da2a..e2b4013ed7 100644
--- a/cpukit/libi2c/README_libi2c
+++ b/cpukit/libi2c/README_libi2c
@@ -224,7 +224,7 @@ rtems_libi2c_drv_t data structure passed the libi2c when the device is
registered (see "Device registration" above). These function directly match
the RTEMS I/O Mangers calls "open", "close", "read", "write",
"control", and they are passed the same arguments. Functions not
-needed may be ommited (and replaced by a NULL pointer in
+needed may be omited (and replaced by a NULL pointer in
rtems_libi2c_drv_t).
======================================================================