# HG changeset patch # User Matthias Görgens # Date 1265371684 0 # Node ID bb39f60ffbf9c220a08a13e99222a26b5f56ea73 # Parent ecc91b44c80470cc6f14d3da4e44b1fb737440e4 Fixed a typo in the binpack module. Signed-off-by: Matthias Goergens (Mercurial doesn't like Umlaute.) diff -r ecc91b44c804 -r bb39f60ffbf9 ocaml/xapi/binpack.ml --- a/ocaml/xapi/binpack.ml +++ b/ocaml/xapi/binpack.ml @@ -217,7 +217,7 @@ 1. every VM that fails is as big as the biggest protected VM 2. the number of VMs which fail is always the maximum possible (even if these are all very small VMs) 3. the largest hosts fail - If we can find a failover plan then we all real failures will be "easier" to deal with; failed hosts and VMs will + If we can find a failover plan then all real failures will be "easier" to deal with; failed hosts and VMs will be smaller (or equal to) in both number and size. *) (** Return the maximum number of VMs that could fail due to one host failures *)