From 20d1019b71bcc1453e308cfa0352e85ea128e4d4 Mon Sep 17 00:00:00 2001 From: Chris Costello Date: Sat, 23 Oct 1999 18:15:14 +0000 Subject: [PATCH] Fix a typo: ``maintain compatible'' -> ``maintain compatibility'' --- UPDATING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 19fa0326b8a9..5a49a6e77498 100644 --- a/UPDATING +++ b/UPDATING @@ -15,7 +15,7 @@ directly to him. See end of file for further details. The sigset_t datatype has been changed from an integral type to a compound type and can hold 128 signals. Syscalls directly or indirectly using the new sigset_t have been added as to - maintain compatible with existing binaries. A new kernel must + maintain compatibility with existing binaries. A new kernel must be made and installed and booted with before a make world can be done.