[lxc-devel] [lxd/stable-2.0] Fixed typo in comment about SubCommands in lxd/main.go

KishanRPatel on Github lxc-bot at linuxcontainers.org
Thu Dec 21 02:02:01 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 422 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20171221/be2b50b5/attachment.bin>
-------------- next part --------------
From bbecf6e52935e219b65d94a93399a7a335c44f3a Mon Sep 17 00:00:00 2001
From: KishanRPatel <kishanrpatel at utexas.edu>
Date: Wed, 20 Dec 2017 19:59:55 -0600
Subject: [PATCH] Fixed typo in comment about SubCommands in lxd/main.go
 KishanRPatel katiewasnothere dinopanda jialin-li kianaalcala

Signed-off-by: KishanRPatel <kishanrpatel at utexas.edu>
---
 lxd/main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxd/main.go b/lxd/main.go
index 6102a3b50..64417a4b4 100644
--- a/lxd/main.go
+++ b/lxd/main.go
@@ -73,7 +73,7 @@ func run() error {
 	// Process sub-commands
 	if args.Subcommand != "" {
 		// "forkputfile", "forkgetfile", "forkmount" and "forkumount" are handled specially in main_nsexec.go
-		// "forkgetnet" is partially handled in nsexec.go (setns)
+		// "forkgetnet" is partially handled in main_nsexec.go (setns)
 		switch args.Subcommand {
 		// Main commands
 		case "activateifneeded":


More information about the lxc-devel mailing list