Module Name: src Committed By: andvar Date: Mon Jul 31 21:07:50 UTC 2023
Modified Files: src/usr.bin/nbperf: nbperf-bdz.c Log Message: s/proceeedings/proceedings/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/nbperf/nbperf-bdz.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/nbperf/nbperf-bdz.c diff -u src/usr.bin/nbperf/nbperf-bdz.c:1.11 src/usr.bin/nbperf/nbperf-bdz.c:1.12 --- src/usr.bin/nbperf/nbperf-bdz.c:1.11 Tue Jan 26 21:25:55 2021 +++ src/usr.bin/nbperf/nbperf-bdz.c Mon Jul 31 21:07:50 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: nbperf-bdz.c,v 1.11 2021/01/26 21:25:55 joerg Exp $ */ +/* $NetBSD: nbperf-bdz.c,v 1.12 2023/07/31 21:07:50 andvar Exp $ */ /*- * Copyright (c) 2009, 2012 The NetBSD Foundation, Inc. * All rights reserved. @@ -36,7 +36,7 @@ #endif #include <sys/cdefs.h> -__RCSID("$NetBSD: nbperf-bdz.c,v 1.11 2021/01/26 21:25:55 joerg Exp $"); +__RCSID("$NetBSD: nbperf-bdz.c,v 1.12 2023/07/31 21:07:50 andvar Exp $"); #include <err.h> #include <inttypes.h> @@ -49,7 +49,7 @@ __RCSID("$NetBSD: nbperf-bdz.c,v 1.11 20 /* * A full description of the algorithm can be found in: * "Simple and Space-Efficient Minimal Perfect Hash Functions" - * by Botelho, Pagh and Ziviani, proceeedings of WADS 2007. + * by Botelho, Pagh and Ziviani, proceedings of WADS 2007. */ /*