Merge with head.
[gem5.git] / src / base / chunk_generator.hh
index e9d5355ca3d9d2fad47b0da84fbe90f2f2ce78f4..e8238464be94b129636ac7b3ff831a6476c2cd29 100644 (file)
@@ -72,7 +72,7 @@ class ChunkGenerator
   public:
     /**
      * Constructor.
-     * @param startAddr The starting address of the region.
+     * @param _startAddr The starting address of the region.
      * @param totalSize The total size of the region.
      * @param _chunkSize The size/alignment of chunks into which
      *    the region should be decomposed.