aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp.example
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-03-02 00:07:10 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2011-03-02 00:07:10 -0500
commit4c8ab9d1717002d5faad9c2af6db6d12da761ec9 (patch)
treece762b4838d0c1884af6c05e4bc2ce7291b4c77c /main.cpp.example
parent3d455ef619036b2cc77a87b715cf1d45c95ce271 (diff)
downloadlibrambutan-4c8ab9d1717002d5faad9c2af6db6d12da761ec9.tar.gz
librambutan-4c8ab9d1717002d5faad9c2af6db6d12da761ec9.zip
Fixing typo in main.cpp.example.
Diffstat (limited to 'main.cpp.example')
-rw-r--r--main.cpp.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp.example b/main.cpp.example
index 8fc522a..3ae114b 100644
--- a/main.cpp.example
+++ b/main.cpp.example
@@ -27,7 +27,7 @@ void loop() {
}
// Force init to be called *first*, i.e. before static object allocation.
-// Otherwise, statically allocated object that need libmaple may fail.
+// Otherwise, statically allocated objects that need libmaple may fail.
__attribute__(( constructor )) void premain() {
init();
}