summaryrefslogtreecommitdiff
path: root/digital/io/src/asserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/asserv.c')
-rw-r--r--digital/io/src/asserv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/digital/io/src/asserv.c b/digital/io/src/asserv.c
index 3c79c135..6849db43 100644
--- a/digital/io/src/asserv.c
+++ b/digital/io/src/asserv.c
@@ -268,9 +268,9 @@ asserv_go_to_the_wall (void)
asserv_twi_send_command ('f', 0);
}
-/* Move forward to approach a gutter. */
+/* Move forward to approach a ditributor. */
void
-asserv_go_to_gutter (void)
+asserv_go_to_distributor (void)
{
/* Send the go the gutter command to the asserv board */
asserv_twi_send_command ('F', 0);