diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-29 22:15:33 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-29 22:15:33 +0000 |
commit | e3043798aa79660648a80166c1b48461668c4887 (patch) | |
tree | c122a8a0b414336407a6c53c58daa7d7aa423532 /sys/kern/subr_devstat.c | |
parent | a061fea6eeb689ab01affff1350cc47beb4a0ce5 (diff) |
Notes
Diffstat (limited to 'sys/kern/subr_devstat.c')
-rw-r--r-- | sys/kern/subr_devstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index b026f8c3cc4e..c29134203cdb 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -389,7 +389,7 @@ sysctl_devstat(SYSCTL_HANDLER_ARGS) * XXX devstat_generation should really be "volatile" but that * XXX freaks out the sysctl macro below. The places where we * XXX change it and inspect it are bracketed in the mutex which - * XXX guarantees us proper write barriers. I don't belive the + * XXX guarantees us proper write barriers. I don't believe the * XXX compiler is allowed to optimize mygen away across calls * XXX to other functions, so the following is belived to be safe. */ |