summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--digital/io/src/asserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io/src/asserv.c b/digital/io/src/asserv.c
index 6849db43..de2edea2 100644
--- a/digital/io/src/asserv.c
+++ b/digital/io/src/asserv.c
@@ -272,7 +272,7 @@ asserv_go_to_the_wall (void)
void
asserv_go_to_distributor (void)
{
- /* Send the go the gutter command to the asserv board */
+ /* Send the go the distributor command to the asserv board */
asserv_twi_send_command ('F', 0);
}