fix a typo in the supported hosts list

This commit is contained in:
Karan Misra 2014-05-22 02:56:50 +05:30
parent 0e373241a3
commit 9bc13a9654
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const (
// HostCubieTruck represents the Cubie Truck.
HostCubieTruck = "CubieTruck"
// HostRadxa represents the Cubie Truck.
// HostRadxa represents the Radxa board.
HostRadxa = "Radxa"
)