Fix some recurring typos: postion->position, *atino->*ation

This commit is contained in:
Gregory Nutt 2014-07-08 13:12:36 -06:00
parent 79511f427f
commit e02f1ba37a

View File

@ -1392,7 +1392,7 @@ struct xyz_info_s
<h2>2.7 <a name="enumerations">Enumerations</a></h2>
<p>
<b>Enumeration Naming</b>.
Naming of enumeratinos follow the same naming rules as for <a href="#structures">structure</a> and <a href=#unions">union</a> naming.
Naming of enumerations follow the same naming rules as for <a href="#structures">structure</a> and <a href=#unions">union</a> naming.
The only difference is that the suffix <code>_e</code> is used to identify an enumeration.
</p>
<p>