summaryrefslogtreecommitdiff
path: root/digital/io/src/asserv.c
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-04-02 23:41:53 +0200
committerNélio Laranjeiro2008-04-02 23:41:53 +0200
commitcb730b47ee76f324ebc53d6319df5e9a4d0bb6fb (patch)
tree21a8a113e58e01004f47b22db016551d0bf739c6 /digital/io/src/asserv.c
parentc7e0f437eb8035753bf9b9a86ff738cef7c7b3b4 (diff)
fixed doc comment (see r273 and r274)
Diffstat (limited to 'digital/io/src/asserv.c')
-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);
}