Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iverberk committed Jan 27, 2016
1 parent 117e035 commit 5266f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/fingerprint/cgroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ type CGroupFingerprint struct {

// An interface to isolate calls to the cgroup library
// This facilitates testing where we can implement
// fake mount points to test varios code paths
// fake mount points to test various code paths
type MountPointDetector interface {
MountPoint() (string, error)
}

// Implements the interface detector which calls net directly
// Implements the interface detector which calls the cgroups library directly
type DefaultMountPointDetector struct {
}

Expand Down

0 comments on commit 5266f6d

Please sign in to comment.