Use a bitmask instead of an array of bools in the SDP UUID List matching algorithm...
[pub/lufa.git] / LUFA / ManPages / LibraryApps.txt
index a2a45f4..abd0073 100644 (file)
@@ -7,7 +7,7 @@
 /** \page Page_LibraryApps Included Library Applications
  *
  *  The LUFA library ships with several different host and device demos, located in the /Demos/ subdirectory. Within this
 /** \page Page_LibraryApps Included Library Applications
  *
  *  The LUFA library ships with several different host and device demos, located in the /Demos/ subdirectory. Within this
- *  directory the demos are seperated by USB mode (Device, Host, OTG) and further seperated by the use or non-use of the
+ *  directory the demos are separated by USB mode (Device, Host, OTG) and further separated by the use or non-use of the
  *  library USB Class drivers (which abstract out the actual implementation of the USB classes to simplify development even
  *  further at the expense of a loss of flexibility).
  *
  *  library USB Class drivers (which abstract out the actual implementation of the USB classes to simplify development even
  *  further at the expense of a loss of flexibility).
  *
  *      - <b>StandaloneProgrammer</b> - Incomplete Standalone AVR Programmer application, to program AVRs directly from a Mass Storage disk
  *
  *  </small>
  *      - <b>StandaloneProgrammer</b> - Incomplete Standalone AVR Programmer application, to program AVRs directly from a Mass Storage disk
  *
  *  </small>
- */
\ No newline at end of file
+ */