mirror of https://github.com/google/pebble
spelling: normalized
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c2f7961747
commit
fa235e9c73
|
@ -238,7 +238,7 @@ void subsampled_shared_circular_buffer_client_set_ratio(
|
|||
PBL_ASSERTN(numerator > 0 && denominator >= numerator);
|
||||
if (client->numerator != numerator || client->denominator != denominator) {
|
||||
// The subsampling algorithm does not need the subsampling ratio to
|
||||
// be normalied to reduced form.
|
||||
// be normalized to reduced form.
|
||||
client->numerator = numerator;
|
||||
client->denominator = denominator;
|
||||
// Initialize the state so that the next item in the buffer is copied,
|
||||
|
|
Loading…
Reference in New Issue