Skip to content

Commit

Permalink
minor comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yhlee-aws committed Jul 18, 2019
1 parent c00e8f2 commit fa463fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions agent/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
DockerReservedSSLPort = 2376
// DockerTagSeparator is the charactor used to separate names and tag in docker
DockerTagSeparator = ":"
// DockerDefaultTag is the default tag used by docker
// DefaultDockerTag is the default tag used by docker
DefaultDockerTag = "latest"

SSHPort = 22
Expand Down Expand Up @@ -75,7 +75,7 @@ const (
// image cleanup.
DefaultNumImagesToDeletePerCycle = 5

// DefaultNumImagesToDeletePerCycle specifies the default number of nonecs containers to delete when agent performs
// DefaultNumNonECSContainersToDeletePerCycle specifies the default number of nonecs containers to delete when agent performs
// nonecs containers cleanup.
DefaultNumNonECSContainersToDeletePerCycle = 5

Expand Down
2 changes: 1 addition & 1 deletion agent/config/config_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
AgentCredentialsAddress = "" // this is left blank right now for net=bridge
// defaultAuditLogFile specifies the default audit log filename
defaultCredentialsAuditLogFile = "/log/audit.log"
// Default cgroup prefix for ECS tasks
// DefaultTaskCgroupPrefix is default cgroup prefix for ECS tasks
DefaultTaskCgroupPrefix = "/ecs"

// Default cgroup memory system root path, this is the default used if the
Expand Down

0 comments on commit fa463fe

Please sign in to comment.