summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-16 14:55:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-16 14:55:42 +0000
commitc9478cd8107159b1be9cf3eb047c87b3844c74c8 (patch)
tree910e3e9c52b4503a418fae529bde71abb0c4ce60 /cpukit/libnetworking/rtems
parent2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c9478cd8107159b1be9cf3eb047c87b3844c74c8.tar.bz2
Fix typo.
Diffstat (limited to 'cpukit/libnetworking/rtems')
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
index bdf2cdbded..9ce9b3637f 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -129,7 +129,7 @@ struct rtems_bsdnet_ifconfig;
*/
#define malloc(size,type,flags) rtems_bsdnet_malloc(size,type,flags)
#define free(ptr,type) rtems_bsdnet_free(ptr,type)
-#define timeout(ftn,arg,ticks) rtems_bsdnet_timeout(ftp,arg,ticks)
+#define timeout(ftn,arg,ticks) rtems_bsdnet_timeout(ftn,arg,ticks)
#define M_NOWAIT 0x0001
void *rtems_bsdnet_malloc (size_t size, int type, int flags);