Commit 81aeee39 authored by Rayan Kanso's avatar Rayan Kanso Committed by Commit Bot

Fix typo in documentation.

Change-Id: Ie80bd509889ce66372bd95b59cf75a9b7571723a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697251
Auto-Submit: Rayan Kanso <rayankans@chromium.org>
Commit-Queue: Varun Khaneja <vakh@chromium.org>
Reviewed-by: default avatarVarun Khaneja <vakh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#676529}
parent f2f3e06f
......@@ -498,7 +498,7 @@ if (!CheckMul(request->elements(), request->element_size())
.AssignIfValid(&alloc_size)) {
// Safe: avoids allocating with a bogus size that overflowed to a smaller than
// expected value.
mojo::ReportBadMessge("Invalid allocation size");
mojo::ReportBadMessage("Invalid allocation size");
}
Element* array = CreateArray(alloc_size);
......
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