Skip to content

Commit

Permalink
typo fixes in net/core/net_namespace.c
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Oliver Pinter authored and Adrian Bunk committed Feb 3, 2008
1 parent 1dbede8 commit 53379e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/core/net_namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ EXPORT_SYMBOL_GPL(register_pernet_subsys);
* @ops: pernet operations structure to manipulate
*
* Remove the pernet operations structure from the list to be
* used when network namespaces are created or destoryed. In
* used when network namespaces are created or destroyed. In
* addition run the exit method for all existing network
* namespaces.
*/
Expand Down Expand Up @@ -335,7 +335,7 @@ EXPORT_SYMBOL_GPL(register_pernet_device);
* @ops: pernet operations structure to manipulate
*
* Remove the pernet operations structure from the list to be
* used when network namespaces are created or destoryed. In
* used when network namespaces are created or destroyed. In
* addition run the exit method for all existing network
* namespaces.
*/
Expand Down

0 comments on commit 53379e5

Please sign in to comment.