summaryrefslogtreecommitdiffstats
path: root/sys-utils/swapoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/swapoff.c')
-rw-r--r--sys-utils/swapoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/swapoff.c b/sys-utils/swapoff.c
index 168d10f3f..562b24f33 100644
--- a/sys-utils/swapoff.c
+++ b/sys-utils/swapoff.c
@@ -27,7 +27,7 @@ static int all;
#define CANONIC 1
/*
- * This function works like mnt_resolve_tag(), but it's able to read UUiD/LABEL
+ * This function works like mnt_resolve_tag(), but it's able to read UUID/LABEL
* from regular swap files too (according to entries in /proc/swaps). Note that
* mnt_resolve_tag() and mnt_resolve_spec() works with system visible block
* devices only.