Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2FB2F200C33 for ; Sat, 11 Mar 2017 18:17:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2E415160B88; Sat, 11 Mar 2017 17:17:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9E68A160B64 for ; Sat, 11 Mar 2017 18:17:08 +0100 (CET) Received: (qmail 26620 invoked by uid 500); 11 Mar 2017 17:17:07 -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 26416 invoked by uid 99); 11 Mar 2017 17:17:07 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Mar 2017 17:17:07 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id E2FF53A0112 for ; Sat, 11 Mar 2017 17:17:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1786515 - /subversion/trunk/subversion/libsvn_fs_fs/transaction.c Date: Sat, 11 Mar 2017 17:17:06 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170311171706.E2FF53A0112@svn01-us-west.apache.org> archived-at: Sat, 11 Mar 2017 17:17:09 -0000 Author: stefan2 Date: Sat Mar 11 17:17:06 2017 New Revision: 1786515 URL: http://svn.apache.org/viewvc?rev=1786515&view=rev Log: * subversion/libsvn_fs_fs/transaction.c (get_shared_rep): Fix a typo in commentary. No functional change. Found by: danielsh Modified: subversion/trunk/subversion/libsvn_fs_fs/transaction.c Modified: subversion/trunk/subversion/libsvn_fs_fs/transaction.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/transaction.c?rev=1786515&r1=1786514&r2=1786515&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_fs_fs/transaction.c (original) +++ subversion/trunk/subversion/libsvn_fs_fs/transaction.c Sat Mar 11 17:17:06 2017 @@ -2402,7 +2402,7 @@ get_shared_rep(representation_t **old_re svn_stream_t *old_contents; svn_boolean_t same; - /* The existing representation may itsel be part of the current + /* The existing representation may itself be part of the current * transaction. In that case, it may be in different stages of * the commit finalization process. *