summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-08 16:59:28 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-08 16:59:28 +0100
commit553813b2bdac60974104b0fd9b2bd82053f14ae4 (patch)
tree4ea16b57010e67ad836e52467823679de41b02c5 /src/storage.h
parentdd04c604d9341d5bf137cb8d899815e8fcd29645 (diff)
minor documentation fixes
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.h b/src/storage.h
index 5485e3c..cb99afd 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -61,7 +61,7 @@ class Storage {
/**
* Checks whether the EEPROM contains animathion data.
*
- * @return true if the EEPROm contains valid-looking data
+ * @return true if the EEPROM contains valid-looking data
*/
bool hasData();