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

KishanRPatel on Github lxc-bot at linuxcontainers.org
Thu Dec 21 01:25:02 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/a39a6b2e/attachment.bin>
-------------- next part --------------
From 2288f1309df1b4b671cbfbc56d77f25851ecd92a Mon Sep 17 00:00:00 2001
From: KishanRPatel <kishanrpatel at utexas.edu>
Date: Wed, 20 Dec 2017 19:23:00 -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 35df502be..5de5b3732 100644
--- a/lxd/main.go
+++ b/lxd/main.go
@@ -45,7 +45,7 @@ func main() {
 // Index of SubCommand functions by command line name
 //
 // "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)
 var subcommands = map[string]SubCommand{
 	// Main commands
 	"activateifneeded": cmdActivateIfNeeded,


More information about the lxc-devel mailing list