diff options
author | jhb <jhb@FreeBSD.org> | 2015-11-26 19:42:10 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2015-11-26 19:42:10 +0000 |
commit | 795417cba044ebe4a15b0e24fb10213b05bd2eaf (patch) | |
tree | 643bfd357d070e4c2c2199c620a73b4c593550aa /lib/libkvm/kvm_pcpu.c | |
parent | e670e95fe227deb2af67d12990e98e6ff4d46bf2 (diff) | |
download | FreeBSD-src-795417cba044ebe4a15b0e24fb10213b05bd2eaf.zip FreeBSD-src-795417cba044ebe4a15b0e24fb10213b05bd2eaf.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'lib/libkvm/kvm_pcpu.c')
-rw-r--r-- | lib/libkvm/kvm_pcpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkvm/kvm_pcpu.c b/lib/libkvm/kvm_pcpu.c index 662566a..c4d3176 100644 --- a/lib/libkvm/kvm_pcpu.c +++ b/lib/libkvm/kvm_pcpu.c @@ -60,7 +60,7 @@ static struct nlist kvm_pcpu_nl[] = { /* * Kernel per-CPU data state. We cache this stuff on the first - * access. + * access. * * XXXRW: Possibly, this (and kvmpcpu_nl) should be per-kvm_t, in case the * consumer has multiple handles in flight to differently configured |