mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-06 03:31:41 +00:00
correct typo (#2395)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user