From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sourceware.org (Postfix) with ESMTPS id CDF69386EC23 for ; Wed, 2 Jun 2021 08:01:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CDF69386EC23 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=inria.fr IronPort-HdrOrdr: =?us-ascii?q?A9a23=3AzvgDjKkIwUJOotRe4jRheHGdGH3pDfO+imdD?= =?us-ascii?q?5ihNYBxZY6WkfqGV7Y8mPHDP+VQssG1Jo6HLBEDtewK4yXcx2/h2AV9NNDOW+F?= =?us-ascii?q?dBAulZnMjfKhfbamzDHnY379YjT0BGYOeASGSTZ67BkU2F+q8bsZ66GcOT9J/j?= =?us-ascii?q?JhVWPGZXgvpbnkoJRjpze3ceLGItaPZXevrshfav5QDQAEj/Qf7LSUXtNNKz7u?= =?us-ascii?q?Ej4aiWHSLucCRXlTVm4wnYjILSIlyy3gQXVD1GqI1ShlQsrWbCl+2eWomAu2Xh?= =?us-ascii?q?/l6WyY9Xltvnwt4GPsqRkcIYbhXU4zzYFLhJavm4sDc8ve21rG82ntWJmQ4pO+?= =?us-ascii?q?5692ncF1vF0CfF6k3a3DEn9nP4jWaEj3emm9XwQAgxDdFM7LgpDCfx2g4asNZ1?= =?us-ascii?q?za5Rm1uFuZYSNwrJmB7h78XFPisa6XackD4YnekaknBFFbETc6BctqsW+E89Ku?= =?us-ascii?q?Z1IAvKrLsqF+FyANqZ3u9fdXmTc2rU11MfteCEbzAJEhCPX0QY/vaN2zxtlnZj?= =?us-ascii?q?wyIjtb4it0ZFz547Q4RJ/KD/K6xtrqxHU8N+V9MPOA8LK/HHQVDlcFbyOGeTLF?= =?us-ascii?q?z7FKcBf3ncwqSHlondO9vKRLU4iJw13JzbWlJZqmJaQTOhNfGz?= X-IronPort-AV: E=Sophos;i="5.83,241,1616454000"; d="scan'208";a="511214991" Received: from tomate.loria.fr (HELO tomate) ([152.81.10.51]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jun 2021 10:00:58 +0200 Date: Wed, 02 Jun 2021 10:00:57 +0200 Message-Id: From: Paul Zimmermann To: Xeonacid Cc: libc-alpha@sourceware.org In-Reply-To: (message from Xeonacid on Tue, 1 Jun 2021 15:42:25 +0800) Subject: Re: [COMMITTED 1/1] malloc: fix typo "accomodate" should be "accommodate" References: X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2021 08:01:06 -0000 Dear Xeonacid, > Here's my new patch. Thanks for your review. your patch is ill-formed, I cannot apply it as it is, as requested to avoid losing the author information. Please could you resend it fixed? * you should provide an accurate commit message that matches the changes * the subject should not contain [COMMITTED 1/1] but instead [PATCH] To produce a correct patch, please use git format-patch to produce the patch, and then git send-email to send it. Best regards, Paul