0

Fixed typo -> frist to first

Change-Id: I3ed56ce2f801d3400bd2899dcbab5c778b166eb2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2986620
Reviewed-by: Markus Heintz <markusheintz@chromium.org>
Commit-Queue: Kyra Seevers <kyraseevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#896111}
This commit is contained in:
Kyra Seevers
2021-06-25 17:43:53 +00:00
committed by Chromium LUCI CQ
parent 82611d75ab
commit a32969a098

@ -686,7 +686,7 @@ message GetUpdatesMessage {
// Indicates whether the response should be sent in chunks. This may be
// needed for devices with limited memory resources. If true, the response
// will include one or more ClientToServerResponses, with the frist one
// will include one or more ClientToServerResponses, with the first one
// containing GetUpdatesMetadataResponse, and the remaining ones, if any,
// containing GetUpdatesStreamingResponse. These ClientToServerResponses are
// delimited by a length prefix, which is encoded as a varint.