diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2014-08-14 17:18:53 -0500 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@oarcorp.com> | 2014-08-27 14:04:41 -0500 |
commit | ceac4ecf4c7ed63b14456101c152180ae56d40e7 (patch) | |
tree | e9dcb0348c9793cdc7e2a3fd447c81fe59e51a89 /sim/ppc/device.c | |
parent | d5962de546ad1ceb7ae69539b60d2e48e3942e30 (diff) | |
download | binutils-ceac4ecf4c7ed63b14456101c152180ae56d40e7.zip binutils-ceac4ecf4c7ed63b14456101c152180ae56d40e7.tar.gz binutils-ceac4ecf4c7ed63b14456101c152180ae56d40e7.tar.bz2 |
psim: Correct spelling in comments.
2014-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* basics.h, device.c, device.h, hw_htab.c, hw_memory.c:
Correct spelling in comments.
Diffstat (limited to 'sim/ppc/device.c')
-rw-r--r-- | sim/ppc/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/device.c b/sim/ppc/device.c index 988baea..d5093bb 100644 --- a/sim/ppc/device.c +++ b/sim/ppc/device.c @@ -1815,7 +1815,7 @@ device_ioctl(device *me, /* I/O */ EXTERN_DEVICE\ -(void volatile) +(void) device_error(device *me, const char *fmt, ...) |