From 4cf5a1c2aa2f95a0bca5a0bf47026518b7b2167f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Tom=C3=A1s=20Albornoz?= Date: Sat, 4 Apr 2015 15:22:24 +0200 Subject: [PATCH] Remove "stupid" wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Tomás Albornoz --- daemon/networkdriver/bridge/driver.go | 2 +- graph/service.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/networkdriver/bridge/driver.go b/daemon/networkdriver/bridge/driver.go index 42015ce2fd..e974a9f239 100644 --- a/daemon/networkdriver/bridge/driver.go +++ b/daemon/networkdriver/bridge/driver.go @@ -57,7 +57,7 @@ var ( // Here we don't follow the convention of using the 1st IP of the range for the gateway. // This is to use the same gateway IPs as the /24 ranges, which predate the /16 ranges. // In theory this shouldn't matter - in practice there's bound to be a few scripts relying - // on the internal addressing or other stupid things like that. + // on the internal addressing or other things like that. // They shouldn't, but hey, let's not break them unless we really have to. "172.17.42.1/16", // Don't use 172.16.0.0/16, it conflicts with EC2 DNS 172.16.0.23 "10.0.42.1/16", // Don't even try using the entire /8, that's too intrusive diff --git a/graph/service.go b/graph/service.go index c6d6a08727..98523aef05 100644 --- a/graph/service.go +++ b/graph/service.go @@ -68,7 +68,7 @@ func (s *TagStore) CmdSet(job *engine.Job) error { } // We have to pass an *image.Image object, even though it will be completely // ignored in favor of the redundant json data. - // FIXME: the current prototype of Graph.Register is stupid and redundant. + // FIXME: the current prototype of Graph.Register is redundant. img, err := image.NewImgJSON(imgJSON) if err != nil { return err