[libvirt] [RFC PATCH 3/4] lxc: Fixed a typo

Marc Hartmayer posted 4 patches 8 years, 2 months ago
[libvirt] [RFC PATCH 3/4] lxc: Fixed a typo
Posted by Marc Hartmayer 8 years, 2 months ago
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>
---
 src/lxc/lxc_container.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c
index 1f220c602b0a..5791a9b1f958 100644
--- a/src/lxc/lxc_container.c
+++ b/src/lxc/lxc_container.c
@@ -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
-- 
2.5.5

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [RFC PATCH 3/4] lxc: Fixed a typo
Posted by Cedric Bosdonnat 8 years, 2 months ago
On Mon, 2017-10-09 at 21:14 +0200, Marc Hartmayer wrote:
> 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>
> ---
>  src/lxc/lxc_container.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c
> index 1f220c602b0a..5791a9b1f958 100644
> --- a/src/lxc/lxc_container.c
> +++ b/src/lxc/lxc_container.c
> @@ -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

ACK
--
Cedric

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list