From: gitknilch <gitknilch@cwde.de>
Date: Thu, 24 Mar 2011 18:18:58 +0000 (+0100)
Subject: fix comment
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/fnordlicht-mini/commitdiff_plain/7e0e8f7cb17594bfe68defc9275679c98b4ac699

fix comment
---

diff --git a/firmware/fnordlicht-firmware/script.c b/firmware/fnordlicht-firmware/script.c
index 1fd8c46..2db034b 100644
--- a/firmware/fnordlicht-firmware/script.c
+++ b/firmware/fnordlicht-firmware/script.c
@@ -64,7 +64,7 @@ void script_start_default(void)
 
     script_start(0, 0, &params);
 #elif CONFIG_SCRIPT_DEFAULT == 1
-    /* enable colorwheel program */
+    /* enable random program */
     union program_params_t params;
     params.random.seed = 23;
     params.random.use_address = 0;