diff options
author | pav <pav@FreeBSD.org> | 2006-08-15 20:10:49 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-08-15 20:10:49 +0000 |
commit | e678605a6e7b336b875cedc4a4731efa45dccd3a (patch) | |
tree | 7628f3eb17adc3511a3036461033f3cabf68760f /sys | |
parent | 4e96206d8aa504d0b00ace5c45fcb104888b7dc3 (diff) | |
download | FreeBSD-src-e678605a6e7b336b875cedc4a4731efa45dccd3a.zip FreeBSD-src-e678605a6e7b336b875cedc4a4731efa45dccd3a.tar.gz |
- Fix typo in #error pragma: compitable -> compatible
Submitted by: neologism
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/xbox/xbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/xbox/xbox.c b/sys/i386/xbox/xbox.c index 67e079b..af54682 100644 --- a/sys/i386/xbox/xbox.c +++ b/sys/i386/xbox/xbox.c @@ -36,7 +36,7 @@ #include <vm/pmap.h> #ifndef I686_CPU -#error You must have a I686_CPU in your kernel if you want to make an XBOX-compitable kernel +#error You must have a I686_CPU in your kernel if you want to make an XBOX-compatible kernel #endif static void |