=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/flist.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- src/usr.bin/rsync/flist.c 2021/11/03 14:42:12 1.36 +++ src/usr.bin/rsync/flist.c 2022/12/26 19:16:02 1.37 @@ -1,4 +1,4 @@ -/* $OpenBSD: flist.c,v 1.36 2021/11/03 14:42:12 deraadt Exp $ */ +/* $OpenBSD: flist.c,v 1.37 2022/12/26 19:16:02 jmc Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * Copyright (c) 2019 Florian Obser @@ -34,7 +34,7 @@ /* * We allocate our file list in chunk sizes so as not to do it one by * one. - * Preferrably we get one or two allocation. + * Preferably we get one or two allocation. */ #define FLIST_CHUNK_SIZE (1024)