Commit 9bce9f6e authored by Rafael Cintron's avatar Rafael Cintron Committed by Commit Bot

Fix misspelling in 'Unsafe WebGPU' flag description

"sanboxing" should be spelled "sandboxing".

Change-Id: Iaa82f4bae962456b072268028fd1a578591b7f65
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975298Reviewed-by: default avatarAustin Eng <enga@chromium.org>
Commit-Queue: Rafael Cintron <rafael.cintron@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#726254}
parent 358ffa26
...@@ -2223,7 +2223,7 @@ const char kUnexpireFlagsM80Description[] = ...@@ -2223,7 +2223,7 @@ const char kUnexpireFlagsM80Description[] =
const char kUnsafeWebGPUName[] = "Unsafe WebGPU"; const char kUnsafeWebGPUName[] = "Unsafe WebGPU";
const char kUnsafeWebGPUDescription[] = const char kUnsafeWebGPUDescription[] =
"Enables access to the experimental WebGPU API. Warning: As GPU sanboxing " "Enables access to the experimental WebGPU API. Warning: As GPU sandboxing "
"isn't implemented yet for the WebGPU API, it is possible to read GPU data " "isn't implemented yet for the WebGPU API, it is possible to read GPU data "
"for other processes."; "for other processes.";
......
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