Fix comment typo

pull/6774/head
Alistair Veitch 8 years ago
parent 8c7618e88d
commit 41482d8f27
  1. 2
      src/core/ext/census/resource.c

@ -186,7 +186,7 @@ static bool validate_units(pb_istream_t *stream, const pb_field_t *field,
return true;
}
// Vlaidate the contents of a Resource proto. `id` is the intended resource id.
// Validate the contents of a Resource proto. `id` is the intended resource id.
static bool validate_resource_pb(const uint8_t *resource_pb,
size_t resource_pb_size, size_t id) {
GPR_ASSERT(id < n_resources);

Loading…
Cancel
Save