Date: Tue, 20 Jun 2017 20:22:35 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r320170 - head/sys/fs/ext2fs Message-ID: <201706202022.v5KKMZlE026292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg Date: Tue Jun 20 20:22:34 2017 New Revision: 320170 URL: https://svnweb.freebsd.org/changeset/base/320170 Log: Attempt to treat "metadata" as a collectively singular noun. Or at least more consistent. Input from: matteo, ian Modified: head/sys/fs/ext2fs/ext2fs.h Modified: head/sys/fs/ext2fs/ext2fs.h ============================================================================== --- head/sys/fs/ext2fs/ext2fs.h Tue Jun 20 20:19:57 2017 (r320169) +++ head/sys/fs/ext2fs/ext2fs.h Tue Jun 20 20:22:34 2017 (r320170) @@ -317,7 +317,7 @@ struct ext2_gd { }; /* EXT2FS metadata is stored in little-endian byte order. These macros - * helps reading them. + * help reading it. */ #define e2fs_cgload(old, new, size) memcpy((new), (old), (size));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706202022.v5KKMZlE026292>