diff --git a/src/msfa/env.cc b/src/msfa/env.cc index b61e9d3..dc8de0d 100644 --- a/src/msfa/env.cc +++ b/src/msfa/env.cc @@ -157,7 +157,7 @@ void Env::update(const int r[4], const int l[4], int ol, int rate_scaling) { outlevel_ = ol; rate_scaling_ = rate_scaling; if ( down_ ) { - // for now we simply reset ourselve at level 3 + // for now we simply reset ourselves at level 3 int newlevel = levels_[2]; int actuallevel = scaleoutlevel(newlevel) >> 1; actuallevel = (actuallevel << 6) - 4256;