From 4ff8698b0b8444839bf92a12bb6c142d4e92ad4e Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 27 Jan 2020 13:28:11 +0900 Subject: [PATCH] INVIOLABLES.txt: Add a missing "be" --- INVIOLABLES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INVIOLABLES.txt b/INVIOLABLES.txt index 674bc5c7c6..cbcea7ab61 100644 --- a/INVIOLABLES.txt +++ b/INVIOLABLES.txt @@ -39,7 +39,7 @@ Strict POSIX compliance Modular Architecture -------------------- - o The internal modular architecture of the OS must maintained. + o The internal modular architecture of the OS must be maintained. o This means formalizing and documenting all internal interfaces (in the porting guide), minimal use of global variables at the interface, and only well defined functional interfaces.