summaryrefslogtreecommitdiffstats
path: root/shlibs/uuid/src/compare.c
diff options
context:
space:
mode:
authorBenno Schulenberg2010-06-10 14:04:26 +0200
committerKarel Zak2010-06-14 11:13:51 +0200
commit333ec74962a34a3fcc5a1f233012dba86a1cf72b (patch)
tree7207ad0b96b40ea9950ef4bbde5942e10e6e7ea2 /shlibs/uuid/src/compare.c
parentbuild-sys: minor changes for GNU/Hurd (diff)
downloadkernel-qcow2-util-linux-333ec74962a34a3fcc5a1f233012dba86a1cf72b.tar.gz
kernel-qcow2-util-linux-333ec74962a34a3fcc5a1f233012dba86a1cf72b.tar.xz
kernel-qcow2-util-linux-333ec74962a34a3fcc5a1f233012dba86a1cf72b.zip
uuidd: spell the plural of "UUID" consistently as "UUIDs"
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'shlibs/uuid/src/compare.c')
-rw-r--r--shlibs/uuid/src/compare.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shlibs/uuid/src/compare.c b/shlibs/uuid/src/compare.c
index f28a72678..8f3437a2d 100644
--- a/shlibs/uuid/src/compare.c
+++ b/shlibs/uuid/src/compare.c
@@ -1,7 +1,7 @@
/*
- * compare.c --- compare whether or not two UUID's are the same
+ * compare.c --- compare whether or not two UUIDs are the same
*
- * Returns 0 if the two UUID's are different, and 1 if they are the same.
+ * Returns 0 if the two UUIDs are different, and 1 if they are the same.
*
* Copyright (C) 1996, 1997 Theodore Ts'o.
*