aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/WritingBoardDrivers.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/WritingBoardDrivers.txt')
-rw-r--r--LUFA/WritingBoardDrivers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/WritingBoardDrivers.txt b/LUFA/WritingBoardDrivers.txt
index 0d0e74d04..cf4f47c13 100644
--- a/LUFA/WritingBoardDrivers.txt
+++ b/LUFA/WritingBoardDrivers.txt
@@ -13,7 +13,7 @@
* passed to the compiler, with a constant of BOARD_{Name}. For example <b>-DBOARD=BOARD_USBKEY</b> instructs the
* compiler to use the USBKEY board hardware drivers.
*
- * If your application does not use *any* board level drivers, you can ommit the definition of the BOARD macro.
+ * If your application does not use *any* board level drivers, you can omit the definition of the BOARD macro.
* However, some users may wish to write their own custom board hardware drivers which are to remain compatible
* with the LUFA hardware API. To do this, the BOARD macro should be defined to the value BOARD_USER. This indicates
* that the board level drivers should be located in a folder named "Board" located inside the application's folder.