correct typo (#2395)

This commit is contained in:
Ruthie
2026-03-14 12:16:24 -05:00
committed by GitHub
parent ab09e7fa14
commit 7383a9040d

View File

@@ -449,7 +449,7 @@ public class SystemMonitor {
/** /**
* Returns the total GPU memory in MiB. * Returns the total GPU memory in MiB.
* *
* @return The total GPU memory in MiB, or -1.0 if not avaialable on this platform. * @return The total GPU memory in MiB, or -1.0 if not available on this platform.
*/ */
public double getGpuMem() { public double getGpuMem() {
return -1.0; return -1.0;