summaryrefslogtreecommitdiff
path: root/src/sim/stat_register.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/stat_register.hh')
-rw-r--r--src/sim/stat_register.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/stat_register.hh b/src/sim/stat_register.hh
index bbe909321..36c015757 100644
--- a/src/sim/stat_register.hh
+++ b/src/sim/stat_register.hh
@@ -38,7 +38,7 @@
*/
/* Provide a mechanism to register the Python stats reset/dump functions
- * defined in src/swig/python/stats.i with the mechanisms in namespace
+ * defined in src/python/pybind11/stats.cc with the mechanisms in namespace
* Stats */
#ifndef __SIM_STAT_REGISTER_H__