Module Name: src Committed By: andvar Date: Wed Dec 18 20:56:40 UTC 2024
Modified Files: src/sbin/gpt: gpt_uuid.c Log Message: s/reproducable/reproducible/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sbin/gpt/gpt_uuid.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/gpt/gpt_uuid.c diff -u src/sbin/gpt/gpt_uuid.c:1.23 src/sbin/gpt/gpt_uuid.c:1.24 --- src/sbin/gpt/gpt_uuid.c:1.23 Sun Oct 20 08:21:30 2024 +++ src/sbin/gpt/gpt_uuid.c Wed Dec 18 20:56:40 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: gpt_uuid.c,v 1.23 2024/10/20 08:21:30 mlelstv Exp $ */ +/* $NetBSD: gpt_uuid.c,v 1.24 2024/12/18 20:56:40 andvar Exp $ */ /*- * Copyright (c) 2014 The NetBSD Foundation, Inc. @@ -32,7 +32,7 @@ #include <sys/cdefs.h> #ifdef __RCSID -__RCSID("$NetBSD: gpt_uuid.c,v 1.23 2024/10/20 08:21:30 mlelstv Exp $"); +__RCSID("$NetBSD: gpt_uuid.c,v 1.24 2024/12/18 20:56:40 andvar Exp $"); #endif #include <err.h> @@ -312,7 +312,7 @@ out: } /* - * For reproducable builds, we can base UUIDs on one external timestamp. + * For reproducible builds, we can base UUIDs on one external timestamp. * * Bump timestamp by one 100ns unit to make them unique within a GPT. * Use zero clock sequence and node id, ideally these should also be