From 333ec74962a34a3fcc5a1f233012dba86a1cf72b Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 10 Jun 2010 14:04:26 +0200 Subject: uuidd: spell the plural of "UUID" consistently as "UUIDs" Signed-off-by: Benno Schulenberg --- shlibs/uuid/man/uuid_generate.3 | 2 +- shlibs/uuid/src/compare.c | 4 ++-- shlibs/uuid/src/pack.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'shlibs/uuid') diff --git a/shlibs/uuid/man/uuid_generate.3 b/shlibs/uuid/man/uuid_generate.3 index 11f48ffdc..e1b8143f9 100644 --- a/shlibs/uuid/man/uuid_generate.3 +++ b/shlibs/uuid/man/uuid_generate.3 @@ -59,7 +59,7 @@ a high-quality random number generator (i.e., .IR /dev/urandom ) is not available, in which case a pseudo-random generator will be subsituted. Note that the use of a pseudo-random -generator may compromise the uniqueness of UUID's +generator may compromise the uniqueness of UUIDs generated in this fashion. .sp The 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. * diff --git a/shlibs/uuid/src/pack.c b/shlibs/uuid/src/pack.c index 097516d2e..6e1247669 100644 --- a/shlibs/uuid/src/pack.c +++ b/shlibs/uuid/src/pack.c @@ -1,5 +1,5 @@ /* - * Internal routine for packing UUID's + * Internal routine for packing UUIDs * * Copyright (C) 1996, 1997 Theodore Ts'o. * -- cgit v1.2.3-55-g7522