X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/e426463355b8516a442c01e0e6b4a574c39fc0f4..ab2ae13d81427ddddbd24e8ba6bdfbd2f05ff958:/LUFA/ManPages/CompileTimeTokens.txt
diff --git a/LUFA/ManPages/CompileTimeTokens.txt b/LUFA/ManPages/CompileTimeTokens.txt
index 513d85454..f3cb27b0a 100644
--- a/LUFA/ManPages/CompileTimeTokens.txt
+++ b/LUFA/ManPages/CompileTimeTokens.txt
@@ -109,7 +109,7 @@
* reserved for application use. When defined, the corresponding GPIOR register should not be used within the user application except
* implicitly via the library APIs.
*
- * TOTAL_NUM_CONFIGURATIONS - ( \ref Group_Device ) \n
+ * FIXED_NUM_CONFIGURATIONS - ( \ref Group_Device ) \n
* By default, the library determines the number of configurations a USB device supports by reading the device descriptor. This reduces
* the amount of configuration required to set up the library, and allows the value to change dynamically (if descriptors are stored in
* EEPROM or RAM rather than flash memory) and reduces code maintenance. However, this value may be fixed via this token in the project