mirror of https://github.com/ceph/go-ceph
rbd: properly format the doc comment for Copy2
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
3f92504a00
commit
560d6ccd2c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue