diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/net')
-rw-r--r-- | sysdeps/unix/sysv/linux/net/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/net/route.h b/sysdeps/unix/sysv/linux/net/route.h index 531b069d12..d60a3cabb5 100644 --- a/sysdeps/unix/sysv/linux/net/route.h +++ b/sysdeps/unix/sysv/linux/net/route.h @@ -77,7 +77,7 @@ struct rtentry #define RTF_NEXTHOP 0x8000 /* Non gateway route with nexthop. */ -#define RTF_MAGIC 0x10000 /* Route added/deleted authomatically, +#define RTF_MAGIC 0x10000 /* Route added/deleted automatically, when interface changes its state. */ #define RTCF_VALVE 0x00200000 |