update docs and comments

Signed-off-by: Allen Sun <shlallen1990@gmail.com>
This commit is contained in:
Allen Sun
2017-09-25 10:11:48 +08:00
committed by Allen Sun
parent 709d34f882
commit 4700968ff3
6 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ const (
DefaultStateDir = "/run/containerd"
// DefaultAddress is the default unix socket address
DefaultAddress = "/run/containerd/containerd.sock"
// DefaultDebuggAddress is the default unix socket address for pprof data
// DefaultDebugAddress is the default unix socket address for pprof data
DefaultDebugAddress = "/run/containerd/debug.sock"
)