diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-12-03 14:59:22 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-12-03 14:59:22 -0600 |
commit | 31bcc6bee46c0d825ea71e76997af71af2fbad9a (patch) | |
tree | 3fc4ec83ecfb12a1db7af9786160094bf31148e5 | |
parent | c5e163cffc61769f819d4599c2b6a525f7d6212b (diff) |
Typo Fix
-rw-r--r-- | etc/rc.conf.Linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index 6285bde7..cb24b897 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -24,7 +24,7 @@ rc_tty_number=12 # CGROUPS RESOURCE MANAGEMENT # If you have cgroups turned on in your kernel, this switch controls -# whether or not a group for each controler is mounted under +# whether or not a group for each controller is mounted under # /sys/fs/cgroup. # None of the other options in this section work if this is set to "NO". #rc_controller_cgroups="YES" |