diff --git a/detect.go b/detect.go index b539220..f0465fa 100644 --- a/detect.go +++ b/detect.go @@ -28,7 +28,7 @@ const ( // HostCubieTruck represents the Cubie Truck. HostCubieTruck = "CubieTruck" - // HostRadxa represents the Cubie Truck. + // HostRadxa represents the Radxa board. HostRadxa = "Radxa" )