summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/swap.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/systat/swap.c')
-rw-r--r--usr.bin/systat/swap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c
index 240767f..68375cb 100644
--- a/usr.bin/systat/swap.c
+++ b/usr.bin/systat/swap.c
@@ -179,7 +179,7 @@ fetchswap()
/*
* Swap space is split up among the configured disks.
* The first dmmax blocks of swap space some from the
- * first disk, the next dmmax blocks from the next,
+ * first disk, the next dmmax blocks from the next,
* and so on. The list of free space joins adjacent
* free blocks, ignoring device boundries. If we want
* to keep track of this information per device, we'll
@@ -249,7 +249,7 @@ showswap()
npfree++;
avail += xsize;
}
- /*
+ /*
* If only one partition has been set up via swapon(8), we don't
* need to bother with totals.
*/
OpenPOWER on IntegriCloud