From: Stéphane Graber Date: Wed, 27 Nov 2013 22:59:35 +0000 (-0500) Subject: Fix typo in doxygen comment X-Git-Tag: lxc-1.0.0.beta1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf642e1085063cc0081335169ffd83d7cab3899c;p=thirdparty%2Flxc.git Fix typo in doxygen comment Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/lxccontainer.h b/src/lxc/lxccontainer.h index 6295354cb..6044f4dc3 100644 --- a/src/lxc/lxccontainer.h +++ b/src/lxc/lxccontainer.h @@ -510,7 +510,7 @@ struct lxc_container { * By default the original is used (subject to snapshot requirements). * \param bdevdata Information about how to create the new storage * (i.e. fstype and fsdata). - * \param newsize In case of a block device backing store, an + * \param newsize In case of a block device backing store, an * optional size. If \c 0, the original backing store's size will * be used if possible. Note this only applies to the rootfs. For * any other filesystems, the original size will be duplicated.