From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.96.140; helo=cam-smtp0.cambridge.arm.com; envelope-from=evan.lloyd@arm.com; receiver=edk2-devel@lists.01.org Received: from cam-smtp0.cambridge.arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E28F3222A54E2 for ; Wed, 3 Jan 2018 03:17:56 -0800 (PST) Received: from E111747.Emea.Arm.com (e111747.emea.arm.com [10.1.27.84]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id w03BMrgj021422; Wed, 3 Jan 2018 11:22:53 GMT From: evan.lloyd@arm.com To: edk2-devel@lists.01.org Cc: "ard.biesheuvel@linaro.org"@arm.com, "leif.lindholm@linaro.org"@arm.com, "Matteo.Carlini@arm.com"@arm.com, "lersek@redhat.com"@arm.com, "liming.gao@intel.com"@arm.com, "michael.d.kinney@intel.com"@arm.com, "jordan.l.justen@intel.com"@arm.com, "Stephanie.Hughes-Fitt@arm.com"@arm.com, "nd@arm.com"@arm.com Date: Wed, 3 Jan 2018 11:22:43 +0000 Message-Id: <20180103112248.11880-1-evan.lloyd@arm.com> X-Mailer: git-send-email 2.14.1 Subject: [edk2-CCodingStandardsSpecification PATCH 0/5] Typographic Corrections X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jan 2018 11:17:57 -0000 From: Evan Lloyd https://bugzilla.tianocore.org/show_bug.cgi?id=839 This patch set contains a number of minor typographical corrections. They have no specific theme, being only that set of things I happened to notice during recent code review sessions where I was frequently consulting the CCS. Some are pedantic or may come under the heading of "Typographic silliness", but they were enough to distract my attention from the content, so fixing them may help others. GitHub branch for review: https://github.com/EvanLloyd/edk2-CCodingStandardsSpecification/tree/17Q4Typos_v1 GitHub word diff view of the patches in this series: https://github.com/tianocore-docs/edk2-CCodingStandardsSpecification/compare/master...EvanLloyd:17Q4Typos_v1?w1 Evan Lloyd (5): Fix Chapter 1 Typos Fix Chapter 2 Typos Fix Chapter 3 Typos Fix Chapter 4 Typo Fix Chapter 5 Typos 1_introduction.md | 12 +- 2_guiding_principles.md | 8 +- 3_quick_reference.md | 2 +- 4_naming_conventions/README.md | 418 ++++++++++---------- 5_source_files/52_spacing.md | 9 +- 5_source_files/54_code_file_structure.md | 4 +- 5_source_files/56_declarations_and_types.md | 4 +- 5_source_files/README.md | 18 +- 8 files changed, 238 insertions(+), 237 deletions(-) -- Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")