Remove an invalid non ASCII encoded char from comment of LearnerSyncThrottler.
The char is non ASCII encoded (so potentially it could break builds where encoding was not set as UTF8), and it is clearly redudant (as semantically
there should be no chars between 'or' and 'from', in this case.
Remove the char fixes both.