diff options
| author | jc0b <j@jc0b.computer> | 2020-07-28 17:53:23 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:44 +0200 |
| commit | 40e15a1a21edf5229c6ea8ec6655c56bfc1cc25b (patch) | |
| tree | 7738ecb6ed85e32aaf347b8d0de2cce08f4a4fd4 /simulator/opendc | |
| parent | 39aa5c22d893769fcfa8501eaa95c82014906a2a (diff) | |
| parent | ceaddeb0f6927e0f99f7b140aba6a85dac0106fb (diff) | |
Merge branch 'master' of github.com:atlarge-research/opendc-dev
Diffstat (limited to 'simulator/opendc')
| -rw-r--r-- | simulator/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/core/Flavor.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulator/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/core/Flavor.kt b/simulator/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/core/Flavor.kt index ff5060de..a49d3abf 100644 --- a/simulator/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/core/Flavor.kt +++ b/simulator/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/core/Flavor.kt @@ -25,7 +25,7 @@ package com.atlarge.opendc.compute.core /** - * Flavors define the compute and memory capacity of [Server] instance. o put it simply, a flavor is an available + * Flavors define the compute and memory capacity of [Server] instance. To put it simply, a flavor is an available * hardware configuration for a server. It defines the size of a virtual server that can be launched. */ public data class Flavor( |
