gas: fixed documentation typos and updated images

Signed-off-by: Mihai Tudor Panu <mihai.t.panu@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Mihai Tudor Panu
2014-11-25 11:59:39 -08:00
committed by Brendan Le Foll
parent c34939cfb4
commit 931c8e8814
11 changed files with 27 additions and 23 deletions

View File

@ -55,7 +55,7 @@ Gas::getSampledWindow (unsigned int freqMS, unsigned int numberOfSamples,
return 0;
}
// too much samples
// too many samples
if (numberOfSamples > 0xFFFFFF) {
return 0;
}