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 B9699D2D5 for ; Fri, 14 Sep 2012 20:17:33 +0000 (UTC) Received: (qmail 96495 invoked by uid 500); 14 Sep 2012 20:17:33 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 96451 invoked by uid 500); 14 Sep 2012 20:17:33 -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 96443 invoked by uid 99); 14 Sep 2012 20:17:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 20:17:33 +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; Fri, 14 Sep 2012 20:17:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 65CE723889BB; Fri, 14 Sep 2012 20:16:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1384906 - /subversion/trunk/subversion/libsvn_ra_serf/util.c Date: Fri, 14 Sep 2012 20:16:47 -0000 To: commits@subversion.apache.org From: cmpilato@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120914201647.65CE723889BB@eris.apache.org> Author: cmpilato Date: Fri Sep 14 20:16:46 2012 New Revision: 1384906 URL: http://svn.apache.org/viewvc?rev=1384906&view=rev Log: * subversion/libsvn_ra_serf/util.c (expat_response_handler): Fix muscle memory oops in code comment. Reported by: stsp Modified: subversion/trunk/subversion/libsvn_ra_serf/util.c Modified: subversion/trunk/subversion/libsvn_ra_serf/util.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/util.c?rev=1384906&r1=1384905&r2=1384906&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_ra_serf/util.c (original) +++ subversion/trunk/subversion/libsvn_ra_serf/util.c Fri Sep 14 20:16:46 2012 @@ -2418,7 +2418,7 @@ expat_response_handler(serf_request_t *r XML_SetCharacterDataHandler(ectx->parser, expat_cdata); } - /* ### TODO: sline.com < 200 should really be handled by the core */ + /* ### TODO: sline.code < 200 should really be handled by the core */ if ((ectx->handler->sline.code < 200) || (ectx->handler->sline.code >= 300)) { /* By deferring to expect_empty_body(), it will make a choice on