diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-27 20:31:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-27 20:31:51 +0100 |
commit | 76cd584b8d6e0df5f662f193803ce2bdc530ac86 (patch) | |
tree | 3fcc4b47b9d6916d9d29f65bba74df62f9ff3201 /src | |
parent | c99c09a2dc0f72e6f10449c9e110158612a43ab6 (diff) |
namespace: comment typo fix
Diffstat (limited to 'src')
-rw-r--r-- | src/core/namespace.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/namespace.c b/src/core/namespace.c index 092e08f72c..926ff7133b 100644 --- a/src/core/namespace.c +++ b/src/core/namespace.c @@ -354,9 +354,10 @@ int setup_netns(int netns_storage_socket[2]) { assert(netns_storage_socket[1] >= 0); /* We use the passed socketpair as a storage buffer for our - * namespace socket. Whatever process runs this first shall - * create a new namespace, all others should just join it. To - * serialize that we use a file lock on the socket pair. + * namespace reference fd. Whatever process runs this first + * shall create a new namespace, all others should just join + * it. To serialize that we use a file lock on the socket + * pair. * * It's a bit crazy, but hey, works great! */ |