From owner-svn-src-all@freebsd.org Tue Jun 20 15:49:00 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFCB4D9B952 for ; Tue, 20 Jun 2017 15:49:00 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm23-vm5.bullet.mail.ne1.yahoo.com (nm23-vm5.bullet.mail.ne1.yahoo.com [98.138.91.245]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A79F37E5 for ; Tue, 20 Jun 2017 15:49:00 +0000 (UTC) (envelope-from pfg@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1497973733; bh=8EaudZKqHFd58wnp3hOtclDshbJtQGzG7MRiEqYe7Xw=; h=Subject:From:To:References:Date:In-Reply-To:From:Subject; b=ukfDV3SHqhjDm39t0YO/tnaFMnhqKwPa1sMH0MFB+MU6wqMTHDxxFn9TvGvXv/lgqHnrDlIcClP0B3t51uFp4u/17RNM9m5Doo/aYH4xz/Rhdxwr/OYXlCrfgluWL9ecsQUWXRgnKkSFKZkglzqmuNBp9oTvH3b/WVICBqFyVaiyeJWzLWLSOsSVf2JS3TEcuUxXcDZWSFhWH+67Q11VAEWxxQ4o5nHoC0LA8h3CkeGoqdePFYm+q9kIQMW61fXMC7bmEs7KB75US9P8TbPemR7wFQFLXIUe0EeXWxkFcGHPSbWM3pVGl+bq7K4JgRCNQIrUnmFd3FyQoehy+Go+Rg== Received: from [98.138.100.102] by nm23.bullet.mail.ne1.yahoo.com with NNFMP; 20 Jun 2017 15:48:53 -0000 Received: from [98.138.226.30] by tm101.bullet.mail.ne1.yahoo.com with NNFMP; 20 Jun 2017 15:48:53 -0000 Received: from [127.0.0.1] by smtp201.mail.ne1.yahoo.com with NNFMP; 20 Jun 2017 15:48:53 -0000 X-Yahoo-Newman-Id: 631986.85995.bm@smtp201.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: htxceFEVM1ksKNK10FQAmx9YatAVL9CfivEbKotmyrYUEUt f9vYDxmEOaCIkDdSvJBfMrAD.fhTTuNmcI4XFIskJtuP5mXXloemZjTDNPhT HayF8PNeYrlvtluqCqbZK1VWZaUM_6D0VyUxx_yJgpupSi8GD2V_sGzF2LbN jID6z1xchtvvWDEc7mamVJNtpD7ubAtIgcBCj.VJpE2H5kTUioeGpZ2Az9HB O0VlDvKX5LLQHHT2dY0tJIL.TgNBIKC3wmQJ212kLRsjx4Ehlozna1R2TQSV 0G1o1zY5HJbtzFs2gy2UGkz0uqj1ZYChKDNC0B3FDGV1.oUHFd0prcGJXBet y7Ybv8SVOE3CFmm_ycQUjJCx85leclebAnTWuEEwrfrIbtT3bdD2Z78qX.9C RHlJtvQ1tt0PZZhG6YJ_LNfggRCbebpcEH5wfvf03DDvJBYKS3XMs3F_NfI8 Ph8H5G_STGRQlxiC0xTJLPFNoTM5mRC66LTKXs1.1uQ8c42Qu9epT.NPZKNl eODVdj7HvPWw1oyufGmqMyysOmrWv3ftEypIYL2f0fQfM X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Subject: Re: svn commit: r320146 - head/sys/fs/ext2fs From: Pedro Giffuni To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201706201435.v5KEZJdr075723@repo.freebsd.org> Organization: FreeBSD Project Message-ID: <10f2e743-7b55-4a8d-1479-b5b3de9b4fe2@FreeBSD.org> Date: Tue, 20 Jun 2017 10:48:42 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <201706201435.v5KEZJdr075723@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2017 15:49:00 -0000 ... On 20/06/2017 09:35, Pedro F. Giffuni wrote: > Author: pfg > Date: Tue Jun 20 14:35:19 2017 > New Revision: 320146 > URL: https://svnweb.freebsd.org/changeset/base/320146 > > Log: > Improve grammar concerning "metadata". > > Remove unnecessary space while here. > > Modified: > head/sys/fs/ext2fs/ext2fs.h > > Modified: head/sys/fs/ext2fs/ext2fs.h > ============================================================================== > --- head/sys/fs/ext2fs/ext2fs.h Tue Jun 20 14:28:51 2017 (r320145) > +++ head/sys/fs/ext2fs/ext2fs.h Tue Jun 20 14:35:19 2017 (r320146) > @@ -316,9 +316,8 @@ struct ext2_gd { > uint16_t ext4bgd_csum; /* group descriptor checksum */ > }; > > - > -/* EXT2FS metadatas are stored in little-endian byte order. These macros > - * helps reading these metadatas > +/* EXT2FS metadata is stored in little-endian byte order. These macros > + * helps reading them. > */ > For the record: "metadata" is tricky as it can be addressed to either plural or singular, what is wrong the use of "metadatas". Pedro.