From 3808f5c36d0ee183e9825e645cc984f1c6047ef5 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 9 Jun 2012 20:33:56 +0000 Subject: Spell check source code, fix mistakes. --- LUFA/Common/Attributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Common/Attributes.h') diff --git a/LUFA/Common/Attributes.h b/LUFA/Common/Attributes.h index f4040b23e..b058eed8f 100644 --- a/LUFA/Common/Attributes.h +++ b/LUFA/Common/Attributes.h @@ -116,7 +116,7 @@ /** Forces the compiler to not automatically zero the given global variable on startup, so that the * current RAM contents is retained. Under most conditions this value will be random due to the - * behaviour of volatile memory once power is removed, but may be used in some specific circumstances, + * behavior of volatile memory once power is removed, but may be used in some specific circumstances, * like the passing of values back after a system watchdog reset. */ #define ATTR_NO_INIT __attribute__ ((section (".noinit"))) -- cgit v1.2.3