From dc4a8d572d6c1fbfbd452d2c624216ed7eed230c Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 20 Mar 2026 23:01:04 -0700 Subject: [PATCH] [wpilibc] Fix DriverStation comment (NFC) --- .../main/native/include/wpi/driverstation/DriverStation.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wpilibc/src/main/native/include/wpi/driverstation/DriverStation.hpp b/wpilibc/src/main/native/include/wpi/driverstation/DriverStation.hpp index 7eede90a3f..0011e55c7b 100644 --- a/wpilibc/src/main/native/include/wpi/driverstation/DriverStation.hpp +++ b/wpilibc/src/main/native/include/wpi/driverstation/DriverStation.hpp @@ -531,8 +531,7 @@ class DriverStation final { /** * Returns the type of match being played provided by the FMS. * - * @return The match type enum (kNone, kPractice, kQualification, - * kElimination) + * @return The match type enum (NONE, PRACTICE, QUALIFICATION, ELIMINATION) */ static MatchType GetMatchType();