Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 859BA17DD3 for ; Sat, 18 Oct 2014 11:45:46 +0000 (UTC) Received: (qmail 32448 invoked by uid 500); 18 Oct 2014 11:45:46 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 32418 invoked by uid 500); 18 Oct 2014 11:45:46 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 32408 invoked by uid 99); 18 Oct 2014 11:45:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2014 11:45:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2014 11:45:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 06A90238899C; Sat, 18 Oct 2014 11:45:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1632771 - /subversion/trunk/subversion/svnfsfs/stats-cmd.c Date: Sat, 18 Oct 2014 11:45:22 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141018114523.06A90238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stefan2 Date: Sat Oct 18 11:45:22 2014 New Revision: 1632771 URL: http://svn.apache.org/r1632771 Log: * subversion/svnfsfs/stats-cmd.c (rep_kind_t): Use slightly better wording in commentary. No functional change. Modified: subversion/trunk/subversion/svnfsfs/stats-cmd.c Modified: subversion/trunk/subversion/svnfsfs/stats-cmd.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnfsfs/stats-cmd.c?rev=1632771&r1=1632770&r2=1632771&view=diff ============================================================================== --- subversion/trunk/subversion/svnfsfs/stats-cmd.c (original) +++ subversion/trunk/subversion/svnfsfs/stats-cmd.c Sat Oct 18 11:45:22 2014 @@ -45,9 +45,9 @@ */ typedef enum rep_kind_t { - /* The representation is _directly_ unused, i.e. not referenced by any + /* The representation is not used _directly_, i.e. not referenced by any * noderev. However, some other representation may use it as delta base. - * null value. Should not occur in real-word repositories. */ + * Null value. Should not occur in real-word repositories. */ unused_rep, /* a properties on directory rep */