From b1f14885e8ef624d7fc976629f4b6af405088b98 Mon Sep 17 00:00:00 2001 From: Kamil Aronowski Date: Wed, 8 Mar 2023 16:35:11 +0100 Subject: [PATCH] Typo: order order --- developer/system/security-critical-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/system/security-critical-code.md b/developer/system/security-critical-code.md index 64dd4129..f9821666 100644 --- a/developer/system/security-critical-code.md +++ b/developer/system/security-critical-code.md @@ -15,7 +15,7 @@ Below is a list of security-critical (i.e., trusted) code components in Qubes OS A successful attack against any of these components could compromise the system's security. This code can be thought of as the Trusted Computing Base (TCB) of Qubes OS. One of the main goals of the project is to keep the TCB to an absolute minimum. -The size of the current TCB is on the order order of hundreds of thousands of lines of C code, which is several orders of magnitude less than other OSes. +The size of the current TCB is on the order of hundreds of thousands of lines of C code, which is several orders of magnitude less than other OSes. (In Windows, Linux, and Mac OSes, the amount of trusted code is typically on the order of tens of *millions* of lines of C code.) For more information, see [Qubes Security Goals](/security/goals/).