summaryrefslogtreecommitdiff
path: root/cpu/o3/rename_map.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/rename_map.hh')
-rw-r--r--cpu/o3/rename_map.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu/o3/rename_map.hh b/cpu/o3/rename_map.hh
index 1469476ce..c44c7a1ea 100644
--- a/cpu/o3/rename_map.hh
+++ b/cpu/o3/rename_map.hh
@@ -85,8 +85,7 @@ class SimpleRenameMap
/**
* Marks the given register as ready, meaning that its value has been
* calculated and written to the register file.
- * @params ready_reg The index of the physical register that is now
- * ready.
+ * @param ready_reg The index of the physical register that is now ready.
*/
void markAsReady(PhysRegIndex ready_reg);