Minor documentation improvements.

This commit is contained in:
Dean Camera 2013-05-01 11:36:55 +00:00
parent 16e8fe9878
commit 1949b98e6c
6 changed files with 7 additions and 5 deletions

View file

@ -49,7 +49,7 @@
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)
#error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again.
#error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again.
#endif
/* Macros: */