summaryrefslogtreecommitdiffstats
path: root/base/field_trial.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/field_trial.h')
-rw-r--r--base/field_trial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/field_trial.h b/base/field_trial.h
index 3d922d1..4d04d30 100644
--- a/base/field_trial.h
+++ b/base/field_trial.h
@@ -13,7 +13,7 @@
// pseudo-randomly selected).
//
// States are typically generated randomly, either based on a one time
-// randomization (generated randomly once, and then persitently reused in the
+// randomization (generated randomly once, and then persistently reused in the
// client during each future run of the program), or by a startup randomization
// (generated each time the application starts up, but held constant during the
// duration of the process), or by continuous randomization across a run (where