We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1f217 commit 0eb239eCopy full SHA for 0eb239e
src/ccutil/params.h
@@ -159,7 +159,7 @@ class IntParam : public Param {
159
private:
160
int32_t value_;
161
int32_t default_;
162
- // Pointer to the vector that contains this param (not owened by this class).
+ // Pointer to the vector that contains this param (not owned by this class).
163
GenericVector<IntParam *> *params_vec_;
164
};
165
@@ -212,7 +212,7 @@ class StringParam : public Param {
212
213
STRING value_;
214
STRING default_;
215
216
GenericVector<StringParam *> *params_vec_;
217
218
0 commit comments