aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ProgrammingApps.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-14 07:33:06 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-14 07:33:06 +0000
commit312748702a0f87f79c6e86745d3699d09a91778c (patch)
treeb7d4e9fb21e3903002a498ae8098c281d8e67cd9 /LUFA/ManPages/ProgrammingApps.txt
parente9215b4b3657938774b4979c5e02e4a95824aa43 (diff)
downloadlufa-312748702a0f87f79c6e86745d3699d09a91778c.tar.gz
lufa-312748702a0f87f79c6e86745d3699d09a91778c.tar.bz2
lufa-312748702a0f87f79c6e86745d3699d09a91778c.zip
Added better module summaries.
Diffstat (limited to 'LUFA/ManPages/ProgrammingApps.txt')
-rw-r--r--LUFA/ManPages/ProgrammingApps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ProgrammingApps.txt b/LUFA/ManPages/ProgrammingApps.txt
index 1e3be715a..4302170ec 100644
--- a/LUFA/ManPages/ProgrammingApps.txt
+++ b/LUFA/ManPages/ProgrammingApps.txt
@@ -8,7 +8,7 @@
*
* Once you have built an application, you will need a way to program in the resulting ".HEX" file (and, if your
* application uses EEPROM variables with initial values, also a ".EEP" file) into your USB AVR. Normally, the
- * reprogramming an AVR device must be performed using a special piece of programming hardware, through one of the
+ * reprogramming of an AVR device must be performed using a special piece of programming hardware, through one of the
* supported AVR programming protocols - ISP, HVSP, HVPP, JTAG or dW. This can be done through a custom programmer,
* a third party programmer, or an official Atmel AVR tool - for more information, see the Atmel.com website.
*