aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.h b/common/file.h
index af74bd26de..13102a7bcb 100644
--- a/common/file.h
+++ b/common/file.h
@@ -86,7 +86,7 @@ public:
* This can be used to share file objects between different
* parts of the code. Some systems (like Symbian don't support
* it thought). It should just be used on file objects
- * allocated with new, since decRef destroies the object
+ * allocated with new, since decRef destroys the object
* with delete if the counter reaches zero.
*
* This is a possible candidate to be reworked in the future