Fix a small typo in Format.cpp alwaus -> always

Bug: dawn:527
Change-Id: I8008dce9bfdfc3dc2782ce70d53eecec011d2316
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/30241
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Stephen White <senorblanco@chromium.org>
This commit is contained in:
Corentin Wallez 2020-10-15 16:42:03 +00:00 committed by Commit Bot service account
parent 4ad35865b0
commit 877664cead
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ namespace dawn_native {
ASSERT(HasOneBit(aspect));
ASSERT(aspects & aspect);
// The stencil aspect is the only aspect that's not the first aspect. Since it is alwaus the
// The stencil aspect is the only aspect that's not the first aspect. Since it is always the
// same aspect information, special case it to return a constant AspectInfo.
if (aspect == Aspect::Stencil) {
return kStencil8AspectInfo;