summaryrefslogtreecommitdiff
path: root/src/sim/sim_object.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/sim_object.hh')
-rw-r--r--src/sim/sim_object.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/sim_object.hh b/src/sim/sim_object.hh
index 20a35a32b..ec565ce82 100644
--- a/src/sim/sim_object.hh
+++ b/src/sim/sim_object.hh
@@ -133,7 +133,7 @@ class SimObject : public Serializable, protected StartupCallback
/**
* Find the SimObject with the given name and return a pointer to
- * it. Priarily used for interactive debugging. Argument is
+ * it. Primarily used for interactive debugging. Argument is
* char* rather than std::string to make it callable from gdb.
*/
static SimObject *find(const char *name);