config: Fix typo in Float param
authorGeoffrey Blake <Geoffrey.Blake@arm.com>
Tue, 3 Feb 2015 19:25:07 +0000 (14:25 -0500)
committerGeoffrey Blake <Geoffrey.Blake@arm.com>
Tue, 3 Feb 2015 19:25:07 +0000 (14:25 -0500)
commit3e33786db86c894b0e34bf018cbce412f9807447
tree8be8acb97aa2ba781e8f3c639dba523e62a50a73
parentca131a41960a43dc37410664d2a36350bc1d32b0
config: Fix typo in Float param

The Float param was not settable on the command line
due to a typo in the class definition in
python/m5/params.py.  This corrects the typo and allows
floats to be set on the command line as intended.
src/python/m5/params.py