File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
remote_config/src/desktop Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,14 +149,14 @@ class RemoteConfigInternal {
149149 // Returns true and assigns the found record to the `value` if the `active` or
150150 // `defaults` holders contains a record for the key.
151151 //
152- // Assing `info->source` If info is not nullptr.
152+ // Assign `info->source` If info is not nullptr.
153153 bool CheckValueInActiveAndDefault (const char * key,
154154 ValueInfo* info, std::string* value);
155155
156156 // Returns true and assigns the found record to the `value` if the `holder`
157157 // contains a record for the key.
158158 //
159- // Assing `info->source` If info is not nullptr.
159+ // Assign `info->source` If info is not nullptr.
160160 bool CheckValueInConfig (const NamespacedConfigData& config,
161161 ValueSource source, const char * key, ValueInfo* info,
162162 std::string* value);
@@ -211,7 +211,7 @@ class RemoteConfigInternal {
211211
212212 // Avoid using more than one fetching process per time.
213213 //
214- // Call `fetch_channel_.Put()` and assing `true` only if value is
214+ // Call `fetch_channel_.Put()` and assign `true` only if value is
215215 // `false`. Fetching thread will notify and fetch config. When fetching
216216 // will finish it will be assigned to `false`.
217217 bool is_fetch_process_have_task_;
You can’t perform that action at this time.
0 commit comments