diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2009-04-13 14:39:36 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-13 15:04:28 -0700 |
commit | ca8b9950298c84ca528a5943409a727c04ec88f8 (patch) | |
tree | e2539aeb7a0e358c5c1502c84ebae0be57116e21 /Documentation/sysctl | |
parent | f403bb802f634d5727e4d48a987ce02ef8dd8ce0 (diff) | |
download | linux-3.10-ca8b9950298c84ca528a5943409a727c04ec88f8.tar.gz linux-3.10-ca8b9950298c84ca528a5943409a727c04ec88f8.tar.bz2 linux-3.10-ca8b9950298c84ca528a5943409a727c04ec88f8.zip |
Documentation/sysctl/net.txt: fix a typo
s/spicified/specified
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/sysctl')
-rw-r--r-- | Documentation/sysctl/net.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sysctl/net.txt b/Documentation/sysctl/net.txt index a34d55b6544..df38ef046f8 100644 --- a/Documentation/sysctl/net.txt +++ b/Documentation/sysctl/net.txt @@ -95,7 +95,7 @@ of struct cmsghdr structures with appended data. There is only one file in this directory. unix_dgram_qlen limits the max number of datagrams queued in Unix domain -socket's buffer. It will not take effect unless PF_UNIX flag is spicified. +socket's buffer. It will not take effect unless PF_UNIX flag is specified. 3. /proc/sys/net/ipv4 - IPV4 settings |