diff options
| author | Eric Melville <eric@FreeBSD.org> | 2002-04-05 00:04:56 +0000 |
|---|---|---|
| committer | Eric Melville <eric@FreeBSD.org> | 2002-04-05 00:04:56 +0000 |
| commit | 1b20ff34a305f1cb2d4f9aeaa6288a7ccffa5019 (patch) | |
| tree | 5ea108fabf0b0dca930ed9ea6842d7e5ca1c93f8 | |
| parent | 8988059f43f12193415a14ff68bb036bedddbd08 (diff) | |
Notes
| -rw-r--r-- | sys/i386/linux/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index 750be372a3e1..ac7f020780d9 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; |
