diff options
author | keramida <keramida@FreeBSD.org> | 2006-08-07 10:33:07 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2006-08-07 10:33:07 +0000 |
commit | a107b7659257676eb8d54343ada8c0187e4f2f12 (patch) | |
tree | 8e6c88a71701e48cd77c39a5267eef3119c10d0b | |
parent | 3f1413c6ff016e80d5d294dd00054d6d25274e06 (diff) | |
download | FreeBSD-src-a107b7659257676eb8d54343ada8c0187e4f2f12.zip FreeBSD-src-a107b7659257676eb8d54343ada8c0187e4f2f12.tar.gz |
Spell "determine" correctly.
Reviewed by: jb
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index a5748c0..83e555b 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -340,7 +340,7 @@ __END_DECLS /* * The OpenSolaris version is set according to the version last imported * from http://dlc.sun.com/osol/on/downloads/current/. In FreeBSD header - * files it can be used to detemine the level of compatibility that the + * files it can be used to determine the level of compatibility that the * FreeBSD headers provide to OpenSolaris code. Perhaps one day there * will be a really, really Single Unix Specification. */ |