Fix typo in comment in OsProbe.java

This commit fixes a silly typo in a comment relating to cgroups in
OsProbe.java.
This commit is contained in:
Jason Tedor 2017-01-25 06:30:19 -05:00
parent 86b3ff229c
commit cb822b4670
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ public class OsProbe {
for (final String controller : controllers) {
if (CONTROL_GROUPS_HIERARCHY_OVERRIDE != null) {
/*
* Docker violates the relationship between /proc/self/cgroups and the /sys/fs/cgroup hierarchy. It's possible that this
* Docker violates the relationship between /proc/self/cgroup and the /sys/fs/cgroup hierarchy. It's possible that this
* will be fixed in future versions of Docker with cgroup namespaces, but this requires modern kernels. Thus, we provide
* an undocumented hack for overriding the control group path. Do not rely on this hack, it will be removed.
*/