aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-05-12 16:43:26 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-05-12 16:43:26 +0000
commita164074fc480463f38fc06e8e3cca228fbef2125 (patch)
tree934de69485eb14f423c724379ef3b6adc9c60b56 /share/man/man7
parentd02e5a206dab6481cd1a2fa12560849dd178c6d8 (diff)
downloadsrc-a164074fc480463f38fc06e8e3cca228fbef2125.tar.gz
src-a164074fc480463f38fc06e8e3cca228fbef2125.zip
Fix several typos
PR: kern/176054 Submitted by: Christoph Mallon <christoph.mallon@gmx.de> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=250576
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/c99.72
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man7/c99.7 b/share/man/man7/c99.7
index e12d000476f3..43ef6750cd66 100644
--- a/share/man/man7/c99.7
+++ b/share/man/man7/c99.7
@@ -70,7 +70,7 @@ The elements of this standard library is still not enough for more
complicated tasks.
In this case the provided system calls of the given operating system can be
used.
-To not loose the portability by using these system calls, the POSIX
+To not lose the portability by using these system calls, the POSIX
(Portable Operating System Interface) standard evolved.
It describes what functions should be available to keep portability.
Note, that POSIX is not a C standard, but an operating system standard