]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: control
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:54:21 +0000 (06:54 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:54:21 +0000 (06:54 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
doc/ja/lxc.container.conf.sgml.in
src/lxc/cgroups/cgfsng.c
src/lxc/log.c

index e35005c69c85c46de7ca8a4fbcf27f09e0ecef79..a0fbb1d88d98cff680d30d671b474d4699452c3d 100644 (file)
@@ -1890,7 +1890,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <variablelist>
         <varlistentry>
           <term>
-            <option>lxc.cgroup.[controll name]</option>
+            <option>lxc.cgroup.[control name]</option>
           </term>
           <listitem>
             <para>
index b895c5169309fc7dba54b68b5c9d57db0819f4a8..7474ba140f745a2ac3fdb41623e2e5f7982e2983 100644 (file)
@@ -1689,7 +1689,7 @@ static bool cg_mount_needs_subdirs(int type)
 
 /* After $rootfs/sys/fs/container/controller/the/cg/path has been created,
  * remount controller ro if needed and bindmount the cgroupfs onto
- * controll/the/cg/path.
+ * control/the/cg/path.
  */
 static int cg_legacy_mount_controllers(int type, struct hierarchy *h,
                                       char *controllerpath, char *cgpath,
index 203accc31a9edc4e1668778386337a7cc30c4bee..f240af8ac8772b7bccc9cb5a58d43a30717f14b6 100644 (file)
@@ -296,7 +296,7 @@ static int lxc_unix_epoch_to_utc(char *buf, size_t bufsize, const struct timespe
  * think you are, you __will__ cause trouble using them.
  * (As a short example how this can cause trouble: LXD uses forkstart to fork
  * off a new process that runs the container. At the same time the go runtime
- * LXD relies on does its own multi-threading thing which we can't controll. The
+ * LXD relies on does its own multi-threading thing which we can't control. The
  * fork()ing + threading then seems to mess with the locking states in these
  * time functions causing deadlocks.)
  * The current solution is to be good old unix people and use the Epoch as our