From 9bc13a965416492e87b598e17c94267880000d13 Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Thu, 22 May 2014 02:56:50 +0530 Subject: [PATCH] fix a typo in the supported hosts list --- detect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )