summaryrefslogtreecommitdiff
path: root/include/mcld/Support/MemoryAreaFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mcld/Support/MemoryAreaFactory.h')
-rw-r--r--include/mcld/Support/MemoryAreaFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mcld/Support/MemoryAreaFactory.h b/include/mcld/Support/MemoryAreaFactory.h
index 302fbd1..c3c3a0d 100644
--- a/include/mcld/Support/MemoryAreaFactory.h
+++ b/include/mcld/Support/MemoryAreaFactory.h
@@ -24,7 +24,7 @@ namespace mcld
* \brief MemoryAreaFactory avoids creating duplicated MemoryAreas of the
* same file.
*
- * Users can give duplicated input files on the command line. In order to
+ * Users can give duplicated input files on the command line. In order to
* prevent opening the same file twice, and create redundant MemoryRegions,
* mcld::Input should not create MemoryArea directly. Instead, it should ask
* MemoryAreaFactory and get the unique MemoryArea.