Fixed typo.

This commit is contained in:
Janet B. Anderson
2004-10-19 21:43:17 +00:00
parent 0d85c7d8a8
commit 509f4de9a0

View File

@@ -29,7 +29,7 @@ state notation language code file name.
<h3>epicsExit</h3>
<blockquote>
Code that calls exit or atexit should change these calls to epicsExit
and epicsAtExit. epicsAtexit was created because of problems on
and epicsAtExit. epicsAtExit was created because of problems on
vxWorks and windows with the implementation of atexit,
i.e. neither of these systems implements exit and atexit according to the POSIX standard.
</blockquote>