aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2025-10-30 11:09:25 -0400
committerGopher Robot <gobot@golang.org>2025-10-30 08:28:24 -0700
commit88275865e9aa07c97e20fa67f69b0468cfa20e88 (patch)
tree3eb1aed55cfc41deaed39b4cc7194c466802cd63
parent46ec855b65182639a451765d682d9cb172b918e0 (diff)
downloadgo-x-website-88275865e9aa07c97e20fa67f69b0468cfa20e88.tar.xz
_content/blog/greenteagc: fix typo
Change-Id: I11455c676dbe0c913155744842032016e05bac1c Reviewed-on: https://go-review.googlesource.com/c/website/+/716500 Auto-Submit: Austin Clements <austin@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
-rw-r--r--_content/blog/greenteagc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/blog/greenteagc.md b/_content/blog/greenteagc.md
index 0ab44be3..dd3f8d23 100644
--- a/_content/blog/greenteagc.md
+++ b/_content/blog/greenteagc.md
@@ -1024,7 +1024,7 @@ For now, let's just break it down at a high level:
in just a couple instructions.
Part of what makes this fast is the `VGF2P8AFFINEQB` instruction,
-part of the "Galios Field New Instructions" x86 extension,
+part of the "Galois Field New Instructions" x86 extension,
and the bit manipulation Swiss army knife we referred to above.
It's the real star of the show, since it lets us do step (3) in the scanning kernel very, very
efficiently.