2008-05-13 Robert S. Grimes <rsg@alum.mit.edu>

* libi2c/libi2c.h: Fix typo.
This commit is contained in:
Joel Sherrill
2008-05-13 20:37:36 +00:00
parent b9499779ee
commit 2015ca6cc1
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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;