commit 8558bc25d31a1d70879819f28f94485abc289b6b Author: Oliver Pinter Commit: Oliver Pinter [typo fix] net/core/net_namespace.c typo fix in net/core/net_namespace.c foo-destory -> foo-destroy Signed-off-by: Oliver Pinter 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. */