summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/store.h')
-rw-r--r--crawl-ref/source/store.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/store.h b/crawl-ref/source/store.h
index 3f1b0b0ffe..88984eb0a7 100644
--- a/crawl-ref/source/store.h
+++ b/crawl-ref/source/store.h
@@ -1,13 +1,13 @@
/*
- * File: store.cc
- * Summary: Saveable hash-table and vector capable of storing
- * multiple types of data.
+ * File: store.h
+ * Summary: Saveable hash-table and vector capable of storing
+ * multiple types of data.
* Written by: Matthew Cline
*
* Modified for Crawl Reference by $Author$ on $Date$
*
* Change History (most recent first):
-
+ *
* <1> 10/5/07 MPC Created
*/