diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-09-04 23:44:36 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-05 17:35:28 -0700 |
commit | e793c0f70e9bdf4a2e71c151a1a3cf85c4db92ad (patch) | |
tree | 4e323e2418caa88fd7bcebb8f82792bcab4c4ed4 /net/core/gen_stats.c | |
parent | 6e9e5644378bdeebe09db9181534a03361701f4e (diff) |
net: treewide: Fix typo found in DocBook/networking.xml
This patch fix spelling typo found in DocBook/networking.xml.
It is because the neworking.xml is generated from comments
in the source, I have to fix typo in comments within the source.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/gen_stats.c')
-rw-r--r-- | net/core/gen_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/gen_stats.c b/net/core/gen_stats.c index 9d3d9e78397b..2ddbce4cce14 100644 --- a/net/core/gen_stats.c +++ b/net/core/gen_stats.c @@ -206,7 +206,7 @@ EXPORT_SYMBOL(gnet_stats_copy_queue); * @st: application specific statistics data * @len: length of data * - * Appends the application sepecific statistics to the top level TLV created by + * Appends the application specific statistics to the top level TLV created by * gnet_stats_start_copy() and remembers the data for XSTATS if the dumping * handle is in backward compatibility mode. * |