diff options
| author | Randy Dunlap <rddunlap@osdl.org> | 2003-06-03 08:00:27 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-06-03 08:00:27 -0700 |
| commit | 1882dbedc9bd1725e6e6d1ebfa13b02c45ee9301 (patch) | |
| tree | d99183b4bdb90a8c8315b82636a3ec1f778edd25 /include | |
| parent | e782d0145c707662d75947f681fe7365384c6ffa (diff) | |
[NET]: Typo corrections only.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/rtnetlink.h | 2 | ||||
| -rw-r--r-- | include/net/ip6_fib.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index 1b0998fd604f..f231a7ca0fa9 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -50,7 +50,7 @@ #define RTM_MAX (RTM_BASE+31) /* - Generic structure for encapsulation optional route information. + Generic structure for encapsulation of optional route information. It is reminiscent of sockaddr, but with sa_family replaced with attribute type. */ diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index b6927a2982b8..8352c4f8c74a 100644 --- a/include/net/ip6_fib.h +++ b/include/net/ip6_fib.h @@ -111,7 +111,7 @@ static inline void fib6_walker_unlink(struct fib6_walker_t *w) struct rt6_statistics { __u32 fib_nodes; __u32 fib_route_nodes; - __u32 fib_rt_alloc; /* permanet routes */ + __u32 fib_rt_alloc; /* permanent routes */ __u32 fib_rt_entries; /* rt entries in table */ __u32 fib_rt_cache; /* cache routes */ }; |
