summaryrefslogtreecommitdiff
path: root/src/dev/tsunami.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/tsunami.hh')
-rw-r--r--src/dev/tsunami.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dev/tsunami.hh b/src/dev/tsunami.hh
index 8bb66e914..6fbfac851 100644
--- a/src/dev/tsunami.hh
+++ b/src/dev/tsunami.hh
@@ -83,7 +83,8 @@ class Tsunami : public Platform
/**
* Constructor for the Tsunami Class.
* @param name name of the object
- * @param intrctrl pointer to the interrupt controller
+ * @param s system the object belongs to
+ * @param intctrl pointer to the interrupt controller
*/
Tsunami(const std::string &name, System *s, IntrControl *intctrl);