Renamed OpClass enum members: they all end in 'Op' now.
[gem5.git] / test / paramtest.cc
index ad0481a96dd026eba4694a4c47e3dfbfe39efcf8..2efe23c835bf30f43c5f9e1fa0ac9916195db7f2 100644 (file)
@@ -76,7 +76,7 @@ const EnumParamMap enum2_map[] =
     { "ten", 10 },
     { "twenty", 20 },
     { "thirty", 30 },
-    { "fourty", 40 }
+    { "forty", 40 }
 };
 
 BEGIN_INIT_SIM_OBJECT_PARAMS(ParamTest)