mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
- Fix typo in #error pragma: compitable -> compatible
Submitted by: neologism
This commit is contained in:
parent
462a7add8e
commit
a08875fbb2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161340
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user