aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Freilich <sfreilich@google.com>2024-01-03 13:26:33 -0800
committerCopybara-Service <copybara-worker@google.com>2024-01-03 13:27:06 -0800
commit91f045134a0425135d38cd6b2fca8359f0b83513 (patch)
tree5aa5b3357cb89212d952b0c64359962984606bbd
parent9e302390b1b31c32d95d4d37e23bd438accbb2f3 (diff)
downloadink-stroke-modeler-91f045134a0425135d38cd6b2fca8359f0b83513.tar.gz
Fix typo
PiperOrigin-RevId: 595487605
-rw-r--r--ink_stroke_modeler/params.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ink_stroke_modeler/params.h b/ink_stroke_modeler/params.h
index 72ef29c..7c8ae46 100644
--- a/ink_stroke_modeler/params.h
+++ b/ink_stroke_modeler/params.h
@@ -75,7 +75,7 @@ struct SamplingParams {
int end_of_stroke_max_iterations = 20;
// Maximum number of outputs to generate per call to Update or Predict.
- // This limit avoids crashes if input events are recieved with too long of
+ // This limit avoids crashes if input events are received with too long of
// a time between, possibly because a client was suspended and resumed.
int max_outputs_per_call = 100000;
};