rbd: properly format the doc comment for Copy2

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-02-25 14:20:29 -05:00 committed by Niels de Vos
parent 3f92504a00
commit 560d6ccd2c
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ func (image *Image) Copy(ioctx *rados.IOContext, destname string) error {
cephIoctx(ioctx), c_destname))
}
// Copy one rbd image to another, using an image handle.
// Copy2 copies one rbd image to another, using an image handle.
//
// Implements:
// int rbd_copy2(rbd_image_t src, rbd_image_t dest);