commit | ae902cc1a806c98f3f3e9a05032c08478c83d9f3 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Jan 25 10:54:03 2024 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Thu Jan 25 10:54:03 2024 +0000 |
tree | c5f51964eb237c944832949d34242dffc96e14f4 | |
parent | 1b670a4a98c6c6140887ca2bd58b7de2182fdb11 [diff] |
Fix typo Bug: b/322210642 Test: N/A Change-Id: If08fd25f08ba6200e51511d946e359b4fbb23096
diff --git a/javalib/src/android/system/virtualmachine/VirtualMachineConfig.java b/javalib/src/android/system/virtualmachine/VirtualMachineConfig.java index ad36208..0673536 100644 --- a/javalib/src/android/system/virtualmachine/VirtualMachineConfig.java +++ b/javalib/src/android/system/virtualmachine/VirtualMachineConfig.java
@@ -126,7 +126,7 @@ /** * Run VM with vCPU topology matching the physical CPU topology of the host. Usually takes - * longer to boot and cosumes more resources compared to a single vCPU. Typically a good option + * longer to boot and consumes more resources compared to a single vCPU. Typically a good option * for long-running workloads that benefit from parallel execution. * * @hide