From c6d4f00526cf881a103973393af375c713726cd4 Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Wed, 27 Jan 2016 11:06:48 -0800 Subject: [PATCH] Fixed a comment --- nomad/structs/structs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index a39ab3594..92b3fb3f1 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -470,7 +470,8 @@ type Node struct { // Node name Name string - // HTTP Addr of the Nomad client + // HTTPAddr is the address on which the Nomad client is listening for http + // requests HTTPAddr string // Attributes is an arbitrary set of key/value