Fix minor typos in docs and comments.

This commit is contained in:
Nathan Hartman
2019-09-29 12:52:20 -06:00
committed by Gregory Nutt
parent c1c36db37e
commit 46aaec7ba0
67 changed files with 104 additions and 104 deletions
+2 -2
View File
@@ -1037,7 +1037,7 @@ int nxmu_start(int display, int plane);
</p>
<p>
<b>Returned Value:</b>
On success zero (<code>OK</code) is returned; -1 (<code>ERROR</code>) is returned on failure with the <code>errno</code> variable to to indicate the nature of the failure.
On success zero (<code>OK</code) is returned; -1 (<code>ERROR</code>) is returned on failure with the <code>errno</code> variable set to indicate the nature of the failure.
</p>
<h3>2.3.4 <a name="nxcallbacks">NX Server Callbacks</a></h3>
@@ -4088,7 +4088,7 @@ enum nx_fontid_e
</ol>
<p>
New Add the font to the NX build system.
There are several files that you have to modify to to this.
There are several files that you have to modify to do this.
Look how the build system uses the font CONFIG_NXFONT_SANS23X27 for examaples:
</p>
<ol start="5">