From 7383a9040dd6fdca6fffa566552e1bb9fce8cb65 Mon Sep 17 00:00:00 2001 From: Ruthie Date: Sat, 14 Mar 2026 12:16:24 -0500 Subject: [PATCH] correct typo (#2395) --- .../org/photonvision/common/hardware/metrics/SystemMonitor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon-core/src/main/java/org/photonvision/common/hardware/metrics/SystemMonitor.java b/photon-core/src/main/java/org/photonvision/common/hardware/metrics/SystemMonitor.java index 3f042d470..a9401649b 100644 --- a/photon-core/src/main/java/org/photonvision/common/hardware/metrics/SystemMonitor.java +++ b/photon-core/src/main/java/org/photonvision/common/hardware/metrics/SystemMonitor.java @@ -449,7 +449,7 @@ public class SystemMonitor { /** * 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() { return -1.0;