[03/06] [typo fix] net/core/net_namespace.c

From: Oliver Pinter (Pintér Olivér)
Date: Sun Dec 30 2007 - 08:19:23 EST


--
Thanks,
Oliver
commit 8558bc25d31a1d70879819f28f94485abc289b6b
Author: Oliver Pinter <oliver.pntr@xxxxxxxxx>
Commit: Oliver Pinter <oliver.pntr@xxxxxxxxx>

[typo fix] net/core/net_namespace.c

typo fix in net/core/net_namespace.c
foo-destory -> foo-destroy

Signed-off-by: Oliver Pinter <oliver.pntr@xxxxxxxxx>

diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c
index 383252b..2101739 100644
--- a/net/core/net_namespace.c
+++ b/net/core/net_namespace.c
@@ -280,7 +280,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.
*/
@@ -328,7 +328,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.
*/