lxc: Fixed a typo

Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Reviewed-by: Bjoern Walk <bwalk@linux.vnet.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
This commit is contained in:
Marc Hartmayer 2017-10-09 21:14:57 +02:00 committed by Daniel P. Berrange
parent 5fec1c3a5c
commit 7596b29fd1

View File

@ -2167,7 +2167,7 @@ static int lxcContainerSetUserGroup(virCommandPtr cmd,
* This function is run in the process clone()'d in lxcStartContainer.
* Perform a number of container setup tasks:
* Setup container file system
* mount container /proca
* mount container /proc
* Then exec's the container init
*
* Returns 0 on success or -1 in case of error