From 1b20ff34a305f1cb2d4f9aeaa6288a7ccffa5019 Mon Sep 17 00:00:00 2001 From: Eric Melville Date: Fri, 5 Apr 2002 00:04:56 +0000 Subject: [PATCH] Spell "separate" correctly. --- sys/i386/linux/linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index 750be372a3e..ac7f020780d 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.h @@ -48,7 +48,7 @@ MALLOC_DECLARE(M_LINUX); #endif /* - * Provide a seperate set of types for the Linux types. + * Provide a separate set of types for the Linux types. */ typedef int l_int; typedef int32_t l_long;