From fc7e73d2703512af5bdaf781145d417a8e430c5e Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Tue, 29 Sep 2020 03:48:54 -0400
Subject: [PATCH] clarification
---
static/faq.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/static/faq.html b/static/faq.html
index 27f4607e..da601a5f 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -763,8 +763,8 @@
the vast majority of the complexity in the driver rather than the firmware. The fully
functional driver is massive and the firmware is quite small. Unfortunately, since the
Linux kernel is monolithic and has no internal security boundaries, the attack surface
- is problematic and a HardMAC implementation with most complexity in isolated firmware
- would be better than the status quo. An isolated driver would be ideal.
+ is problematic and a HardMAC implementation with most complexity in the isolated
+ firmware could be better than the status quo. An isolated driver would be ideal.