Commit 8114479d authored by Chris Palmer's avatar Chris Palmer Committed by Commit Bot

Fix a typo in a comment.

Bug: None
TBR: rsesek,kinuko,kouhei
Change-Id: I2dda1e9ed0bcdf822a3d310a1654fded31eb8038
Reviewed-on: https://chromium-review.googlesource.com/1227355Reviewed-by: default avatarChris Palmer <palmer@chromium.org>
Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Commit-Queue: Chris Palmer <palmer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#591504}
parent 02c703e7
......@@ -33,7 +33,7 @@ uint8_t GetAdditionalInfo(uint8_t initial_data_byte) {
}
// Error messages that correspond to each of the error codes. There is 1
// exception: we declare |kUnsupportedMajorType| cbor_constants.h in the
// exception: we declare |kUnsupportedMajorType| in cbor_constants.h in the
// `constants` namespace, because we use it in several files.
const char kNoError[] = "Successfully deserialized to a CBOR value.";
const char kUnknownAdditionalInfo[] =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment