Skip to content

Commit 38ab849

Browse files
authored
Correct parameter description in assert_can_migrate (#6761)
2 parents cf25b00 + 777c73b commit 38ab849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocaml/idl/datamodel_vm.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ let assert_can_migrate =
17421742
; {
17431743
param_type= Map (String, String)
17441744
; param_name= "dest"
1745-
; param_doc= "The result of a VM.migrate_receive call."
1745+
; param_doc= "The result of a Host.migrate_receive call."
17461746
; param_release= tampa_release
17471747
; param_default= None
17481748
}
@@ -1797,7 +1797,7 @@ let assert_can_migrate_sender =
17971797
(Ref _vm, "vm", "The VM")
17981798
; ( Map (String, String)
17991799
, "dest"
1800-
, "The result of a VM.migrate_receive call."
1800+
, "The result of a Host.migrate_receive call."
18011801
)
18021802
; (Bool, "live", "Live migration")
18031803
; ( Map (Ref _vdi, Ref _sr)

0 commit comments

Comments
 (0)