Skip to content

Commit

Permalink
We really did me iff
Browse files Browse the repository at this point in the history
After 32b0546 change if back to iff (if and only if)
as we did actually mean that.
  • Loading branch information
stuarta committed Feb 27, 2013
1 parent c2553d8 commit 2e62ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/recorders/dvbchannel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ bool DVBChannel::CheckCodeRate(DTVCodeRate rate) const
}

/**
* \brief Return true if modulation is supported modulation on the frontend
* \brief Return true iff modulation is supported modulation on the frontend
*/
bool DVBChannel::CheckModulation(DTVModulation modulation) const
{
Expand Down

0 comments on commit 2e62ddc

Please sign in to comment.