summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-13 20:37:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-13 20:37:36 +0000
commit2015ca6cc17f979e7c0d53cbf190f1d084766cdd (patch)
tree6c5ba7677767821a5db153bcf383457c57413cac /cpukit
parent2008-05-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2015ca6cc17f979e7c0d53cbf190f1d084766cdd.tar.bz2
2008-05-13 Robert S. Grimes <rsg@alum.mit.edu>
* libi2c/libi2c.h: Fix typo.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libi2c/libi2c.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 87a10afb9b..74df3a9eca 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-13 Robert S. Grimes <rsg@alum.mit.edu>
+
+ * libi2c/libi2c.h: Fix typo.
+
2008-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* pppd/example/system.h: Fix path in example -- NOT COMPILED WITH
diff --git a/cpukit/libi2c/libi2c.h b/cpukit/libi2c/libi2c.h
index 6fa7a53981..a3b98f8fd5 100644
--- a/cpukit/libi2c/libi2c.h
+++ b/cpukit/libi2c/libi2c.h
@@ -175,7 +175,7 @@ typedef struct rtems_libi2c_bus_ops_
/* ioctl misc functions */
int (*ioctl) (rtems_libi2c_bus_t * bushdl,
int cmd,
- void *buffer;
+ void *buffer
);
} rtems_libi2c_bus_ops_t;