Fix spelling and capitalization issues in dat and DEVEL.

This commit is contained in:
Mak Kolybabi
2018-09-19 16:55:43 -05:00
parent 0a1c908503
commit 0500040427
6 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ declarations. Due to some incompatibilities, the patch is not publicly
available and clang-format is not expected to be regularly used.
Developers should do their best to adhere to the coding style to promote
legibile, easy-to-edit code. Legibility is paramount, so in some cases, it may
legible, easy-to-edit code. Legibility is paramount, so in some cases, it may
be better not to fully adhere to the style guidelines.
Recipes for common text editors can be found at the end of this file.
@@ -30,7 +30,7 @@ characters, not tabs.
Lines should be at most 78 characters wide. If a line would be longer than the
limit, the line should be wrapped and the wrapped portion should be aligned
with the parentheses or brackets containing the wrap. If there is no set of
parenthese or brackets, the line should be indented four spaces. Wrapping
parentheses or brackets, the line should be indented four spaces. Wrapping
should normally occur after a comma or before a binary operator, when
possible:
@@ -43,7 +43,7 @@ possible:
Single blank lines should be used wherever convenient to improve readability.
Functions and Control Satements
Functions and Control Statements
-------------------------------
For a function definition, the return type, declarator, and opening brace
@@ -183,10 +183,10 @@ many entries that reproducing them here is impractical. Fortunately, the
options are in plain English, so walking through them with a copy of
this Guide handy and making changes as required will suffice.
emacs Configuration
Emacs Configuration
===================
There are no doubt umpteen different ways to handle this in emacs.
There are no doubt umpteen different ways to handle this in Emacs.
Putting the following in ~/.emacs.el is one
(defun hook-c ()