summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/reg.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-11-08 02:39:46 +0000
committerpeter <peter@FreeBSD.org>2003-11-08 02:39:46 +0000
commite27aec25abddc9701fed6b7bf15735b5959b9320 (patch)
tree4b9faca1c3b591235db0ab0e747bebc1de70d167 /sys/amd64/include/reg.h
parent0084fd36b857d4130110925e067f452a219039ea (diff)
downloadFreeBSD-src-e27aec25abddc9701fed6b7bf15735b5959b9320.zip
FreeBSD-src-e27aec25abddc9701fed6b7bf15735b5959b9320.tar.gz
Rename npx* to fpu*. I haven't done the flags/function names yet.
Diffstat (limited to 'sys/amd64/include/reg.h')
-rw-r--r--sys/amd64/include/reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h
index dcdd719..a5a8cf6 100644
--- a/sys/amd64/include/reg.h
+++ b/sys/amd64/include/reg.h
@@ -73,7 +73,7 @@ struct reg {
*/
struct fpreg {
/*
- * XXX should get struct from npx.h. Here we give a slightly
+ * XXX should get struct from fpu.h. Here we give a slightly
* simplified struct. This may be too much detail. Perhaps
* an array of unsigned longs is best.
*/
OpenPOWER on IntegriCloud