summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémy Dufour2008-03-22 16:19:34 +0100
committerJérémy Dufour2008-03-22 16:19:34 +0100
commit6ba7fe28e7919778343ab64874fd446e888f7edf (patch)
tree443bd98faca998ab1be147e4f6fe444e4052639c
parentf89f8c9395cf2c88bf19469a196c9566beaa9760 (diff)
* digital/io/src
- fix English typo in EEPROM and servo comments (thanks to ni for the remarks).
-rw-r--r--digital/io/src/eeprom.c2
-rw-r--r--digital/io/src/servo.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/digital/io/src/eeprom.c b/digital/io/src/eeprom.c
index 3972e04f..1c17e60f 100644
--- a/digital/io/src/eeprom.c
+++ b/digital/io/src/eeprom.c
@@ -41,7 +41,7 @@
#define EEPROM_PARAM_START 0
/**
- * Actual version of the parameters organization.
+ * Current version of the parameters organization.
*/
#define EEPROM_PARAM_KEY 0x01
diff --git a/digital/io/src/servo.h b/digital/io/src/servo.h
index 2e957714..ee627a65 100644
--- a/digital/io/src/servo.h
+++ b/digital/io/src/servo.h
@@ -51,7 +51,7 @@
/**
* Number of servos motor managed by this module.
- * If you change it, you _must_ to update the key of the eeprom module!
+ * If you change it, you _must_ update the key of the eeprom module!
*/
#define SERVO_NUMBER 5