1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Fix two spellos in commentary

This commit is contained in:
Martin Guy 2011-12-09 11:29:27 +01:00
parent 1802aea31f
commit 8f708346b0

View File

@ -182,7 +182,7 @@ _ssize_t _write_r( struct _reent *r, int file, const void *ptr, size_t len )
}
// ****************************************************************************
// Miscalenous functions
// Miscellaneous functions
int _isatty_r( struct _reent* r, int fd )
{
@ -375,7 +375,7 @@ const DM_DEVICE* std_get_desc()
#endif // #if !defined( BUILD_CON_GENERIC ) && !defined( BUILD_CON_TCP )
// ****************************************************************************
// memcpy is broken on AVR32's Newlib, so impolement a simple version here
// memcpy is broken on AVR32's Newlib, so implement a simple version here
// same goes for strcmp apparently
#ifdef FORAVR32
void* memcpy( void *dst, const void* src, size_t len )