From 689ff0b814a98e51e7b3cc639619e274cf4c0c66 Mon Sep 17 00:00:00 2001 From: Oliver Pinter Date: Sun, 3 Feb 2008 17:56:48 +0200 Subject: [PATCH] --- yaml --- r: 82804 b: refs/heads/master c: 53379e57a7705e2946c8d77d09a57a169097a6fe h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/core/net_namespace.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 002569244a17..e18c945b34d4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1dbede87148c4723789e59ce2e415c909c8ccc3d +refs/heads/master: 53379e57a7705e2946c8d77d09a57a169097a6fe diff --git a/trunk/net/core/net_namespace.c b/trunk/net/core/net_namespace.c index 26e941d912e8..7b660834a4c2 100644 --- a/trunk/net/core/net_namespace.c +++ b/trunk/net/core/net_namespace.c @@ -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. */ @@ -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. */