]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix typo in doxygen comment
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 27 Nov 2013 22:59:35 +0000 (17:59 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 27 Nov 2013 22:59:35 +0000 (17:59 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxccontainer.h

index 6295354cbc2db427129d1825624b8da558a80fd8..6044f4dc3bd823fe408ebff2ef2f7a4b01b26a3e 100644 (file)
@@ -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.