diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index e35005c69..a0fbb1d88 100644 --- a/doc/ja/lxc.container.conf.sgml.in +++ b/doc/ja/lxc.container.conf.sgml.in @@ -1890,7 +1890,7 @@ by KATOH Yasufumi - + diff --git a/src/lxc/cgroups/cgfsng.c b/src/lxc/cgroups/cgfsng.c index b895c5169..7474ba140 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -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, diff --git a/src/lxc/log.c b/src/lxc/log.c index 203accc31..f240af8ac 100644 --- a/src/lxc/log.c +++ b/src/lxc/log.c @@ -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