summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2023-04-27 15:43:34 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-29 01:16:48 +0000
commitbb9faa8c2dcf6d0bc9bf160261d5eb797065af9e (patch)
treed5719c8caaa1e5ff02dfb99d6d94c17786801a05
parent3a5c043f1bcc3c7b282f5d72dda9dcefec24ea81 (diff)
downloadchrome-ec-bb9faa8c2dcf6d0bc9bf160261d5eb797065af9e.tar.gz
docs/fingerprint: Fix typo
BRANCH=none BUG=none TEST=view in gitiles Change-Id: I932ff49ccd17e48edd1c200e574e0377774d17c3 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4485199 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
-rw-r--r--docs/fingerprint/fingerprint-authentication-design-doc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fingerprint/fingerprint-authentication-design-doc.md b/docs/fingerprint/fingerprint-authentication-design-doc.md
index a6ddd15e72..9f73bd18bc 100644
--- a/docs/fingerprint/fingerprint-authentication-design-doc.md
+++ b/docs/fingerprint/fingerprint-authentication-design-doc.md
@@ -573,7 +573,7 @@ could start sending D-Bus commands to biod.
The enrollment/matching and image capture libraries are provided by a 3rd-party
vendor in binary form. That proprietary blob went through a security audit by a
-3rd party auditor (see the auditor’s [report][Security Audit Report].
+3rd party auditor (see the auditor’s [report][Security Audit Report]).
On top of the security audit of the 3rd-party proprietary code, we limit the
attack surface of those libraries by not directly exposing them to user input.