mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: normalized
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c2f7961747
commit
fa235e9c73
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue