summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-01-30 05:05:06 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-01-30 05:06:39 +0100
commit82a7a84a7db9d47781bf75d7ccf0fb5ca5d850e6 (patch)
tree63216d21d1270d45eff6e05c96d0980e9dede217 /crawl-ref/source/externs.h
parent2e1ec85bc95616520be92ef2644407fd6b258daf (diff)
downloadcrawl-ref-82a7a84a7db9d47781bf75d7ccf0fb5ca5d850e6.tar.gz
crawl-ref-82a7a84a7db9d47781bf75d7ccf0fb5ca5d850e6.zip
Fix a totally wrong comment.
It may be good to rename the file to represent what it does.
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index bedb0afa14..9c94fe16c4 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1,6 +1,6 @@
/**
* @file
- * @brief Fixed size 2D vector class that asserts if you do something bad.
+ * @brief Definitions for common structs.
**/
#ifndef EXTERNS_H