From owner-sc22wg14+sc22wg14-domo2=www.open-std.org@open-std.org  Wed Apr  5 16:20:47 2017
Return-Path: <owner-sc22wg14+sc22wg14-domo2=www.open-std.org@open-std.org>
X-Original-To: sc22wg14-domo2
Delivered-To: sc22wg14-domo2@www.open-std.org
Received: by www.open-std.org (Postfix, from userid 521)
	id 3CD309DB169; Wed,  5 Apr 2017 16:20:47 +0200 (CEST)
Delivered-To: sc22wg14@open-std.org
Received: from mail-qt0-f181.google.com (mail-qt0-f181.google.com [209.85.216.181])
	(using TLSv1 with cipher AES128-SHA (128/128 bits))
	(No client certificate requested)
	by www.open-std.org (Postfix) with ESMTP id BFE9C356941
	for <sc22wg14@open-std.org>; Wed,  5 Apr 2017 16:20:45 +0200 (CEST)
Received: by mail-qt0-f181.google.com with SMTP id n21so11671990qta.1
        for <sc22wg14@open-std.org>; Wed, 05 Apr 2017 07:20:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20161025;
        h=from:subject:to:message-id:date:user-agent:mime-version
         :content-transfer-encoding;
        bh=P30VG9ZYpf/FsgK42os9TbpOwU8UwWjPoj737gHau1M=;
        b=bF4Zx0MQFBlOub4b2kwRY4yC23BohMivKzegWnkJc9J5aqK46kFDDmuahywPMMnNB4
         R1pxwqdkATLMclAgv/QZ0GMg344sFN8AXFrS9QXJxIFyRJ5S3R1MyedoKRbMvy1GURaG
         UiY3q3BpbLvxhlI97qoltcN/s1ddfFGywyiPa+6Vf7OhYgYC7q0MHhDzCCn+K+dyL9QZ
         zmXCzR0dMMswTW4wuQz1GWMzevyoUn1HY1foxVKCK4fc3AsGaHdxRur72E42DK5Zj0Zw
         GkarWtuxlHxwurmR1yqJq6bCiiyCoVAkixhy6AMZcWgc0o68w7yhwsUhUpWZCvfPfArS
         ehIQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20161025;
        h=x-gm-message-state:from:subject:to:message-id:date:user-agent
         :mime-version:content-transfer-encoding;
        bh=P30VG9ZYpf/FsgK42os9TbpOwU8UwWjPoj737gHau1M=;
        b=LWQOw6WC1p3mScvBgSEvyjwy2xBg0llYgLAy3H1UZ/TKQ9XvgWRRrD+7NmZkLFo2Ct
         lryi8v99Ls4enGKuA5Sa3g9k0dDIZF1dREHUugzL4/TLGS5rZihVihriTFexc7oIq+G9
         5aNYsxQI6zNAvvtYXWkSQPJVGky75Cn9vE4kVEALYv8F1mAsdy6n2cXx6hUz/54S+jz8
         CzxMjj5ipAA2iHsDZgBFrYH4gdBXdScyqPGomGvrhOiO68KxGGK80Uk1oklU3w4yDMfC
         4VZPnrLvHPIMF0DwKuNMkkuY71u2iAgWFPdTk+89Yh2/UNWAzDNpk6FFwu/0FjpoyE/s
         p5Hw==
X-Gm-Message-State: AFeK/H1/bY1a+4y+zqtOJKNgQNvKFggUgOaNc7sCCcPhHGy+IjzJxHucwmOlmxR2JqkCpA==
X-Received: by 10.237.35.138 with SMTP id j10mr31795148qtc.255.1491402044312;
        Wed, 05 Apr 2017 07:20:44 -0700 (PDT)
Received: from [199.43.209.194] ([199.43.209.194])
        by smtp.gmail.com with ESMTPSA id c74sm12082926qkg.33.2017.04.05.07.20.43
        (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Wed, 05 Apr 2017 07:20:43 -0700 (PDT)
From: Martin Sebor <msebor@gmail.com>
Subject: editorial tweak to DR 498 TC
To: sc22wg14@open-std.org, Blaine Garst <blaine@mac.com>
Message-ID: <899926b0-36b5-2ead-3e40-792a1be1b1a2@gmail.com>
Date: Wed, 5 Apr 2017 08:20:40 -0600
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.4.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Sender: owner-sc22wg14@open-std.org
Precedence: bulk

The text of the C standard is organized into clauses and subclauses
(see Introduction).  The Technical Corrigendum accepted this morning
for DR 498 refers to a section.  It would be made clearer if it used
the term subclause instead.  Doing so would obviate the question as
to whether "section" in this context is intended to refer to just
7.22.7, or also meant to extend to the parent subclause 7.22, or
even all of clause 7.

Since we agreed that the intent is the first of the three I suggest
to tweak the text to use the term subclause instead:

   A call to any one of these functions may introduce a data race
   with a call to any other function in this <ins>subclause</ins>
   <del>section.

Martin
