Clarify in the documentation that the Audio demos and driver is for the Audio 1.0...
[pub/lufa.git] / LUFA / Common / Common.h
index 3505859..e939b66 100644 (file)
@@ -80,7 +80,7 @@
                        #define MACROE                  while (0)
                        
                        /** Defines a volatile NOP statement which cannot be optimized out by the compiler, and thus can always
-                        *  be set as a breakpoint in the resulting code. Useful for debugging purposes, where the optimizer
+                        *  be set as a breakpoint in the resulting code. Useful for debugging purposes, where the optimiser
                         *  removes/reorders code to the point where break points cannot reliably be set.
                         *
                         *  \ingroup Group_Debugging