]> xenbits.xensource.com Git - libvirt.git/commitdiff
LXC: fix typos in lxc_container.c
authorChen Hanxiao <chenhanxiao@cn.fujitsu.com>
Fri, 6 Sep 2013 11:14:00 +0000 (12:14 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 6 Sep 2013 11:14:00 +0000 (12:14 +0100)
Fix docs and error message typos in lxc_container.c

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
src/lxc/lxc_container.c

index c41ab405031aa2cfa8d58864ef8556ee1405b324..9c04d06b66ddca20dd6d62f0d8650cb1377001fa 100644 (file)
@@ -1148,7 +1148,7 @@ lxcContainerMountDetectFilesystem(const char *src ATTRIBUTE_UNUSED,
 #endif /* ! WITH_BLKID */
 
 /*
- * This functions attempts to do automatic detection of filesystem
+ * This function attempts to do automatic detection of filesystem
  * type following the same rules as the util-linux 'mount' binary.
  *
  * The main difference is that we don't (currently) try to use
@@ -1603,7 +1603,7 @@ static int lxcContainerResolveSymlinks(virDomainDefPtr vmDef)
 }
 
 /*
- * This is running as the 'init' process insid the container.
+ * This is running as the 'init' process inside the container.
  * It removes some capabilities that could be dangerous to
  * host system, since they are not currently "containerized"
  */
@@ -1753,7 +1753,7 @@ static int lxcContainerChild(void *data)
 
     if (lxcContainerSendContinue(argv->handshakefd) < 0) {
         virReportSystemError(errno, "%s",
-                            _("failed to send continue signal to controller"));
+                            _("Failed to send continue signal to controller"));
         goto cleanup;
     }