aboutsummaryrefslogtreecommitdiff
path: root/Projects/AVRISP-MKII/Lib
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-10-30 07:09:44 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-10-30 07:09:44 +0000
commit27bda3976c92f10322bdd5654fc7069d88d487a4 (patch)
treec061b1da4636ef151e738a30bf866048caa159bf /Projects/AVRISP-MKII/Lib
parent3a527f97d866de9c1ffbbf6088ca21ea48bc0c56 (diff)
Minor documentation fixes.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1957 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/AVRISP-MKII/Lib')
-rw-r--r--Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h
index 3bfa0717..906ee82f 100644
--- a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h
+++ b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h
@@ -56,7 +56,7 @@
#endif
/* Macros: */
- /** Low level device command to issue an extended FLASH address, for devices with other 128KB of FLASH. */
+ /** Low level device command to issue an extended FLASH address, for devices with over 128KB of FLASH. */
#define LOAD_EXTENDED_ADDRESS_CMD 0x4D
/** Macro to convert an ISP frequency to a number of timer clock cycles for the software SPI driver. */