summaryrefslogtreecommitdiffstats
path: root/src/opt/sim/sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/sim/sim.h')
-rw-r--r--src/opt/sim/sim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/sim/sim.h b/src/opt/sim/sim.h
index c561236b..74c3c22f 100644
--- a/src/opt/sim/sim.h
+++ b/src/opt/sim/sim.h
@@ -135,7 +135,7 @@ struct Sim_Pat_t_
};
////////////////////////////////////////////////////////////////////////
-/// MACRO DEFITIONS ///
+/// MACRO DEFINITIONS ///
////////////////////////////////////////////////////////////////////////
#define SIM_NUM_WORDS(n) ((n)/32 + (((n)%32) > 0))