about summary refs log tree commit diff
path: root/manual/startup.texi
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-02-17 01:23:04 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-17 01:23:04 +0000
commit3835c55fe5fa30715f16b0d859dae197e4c46bd2 (patch)
treefbf972eca6574bfcfa4f64344227c7b6d37fb603 /manual/startup.texi
parent35c47e37b99f20d198a5bfaae9f39b1cfb216d80 (diff)
downloadglibc-3835c55fe5fa30715f16b0d859dae197e4c46bd2.tar.gz
glibc-3835c55fe5fa30715f16b0d859dae197e4c46bd2.tar.xz
glibc-3835c55fe5fa30715f16b0d859dae197e4c46bd2.zip
Fix typo in manual (bug 9902).
Diffstat (limited to 'manual/startup.texi')
-rw-r--r--manual/startup.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/startup.texi b/manual/startup.texi
index bccc708667..4fa66d5566 100644
--- a/manual/startup.texi
+++ b/manual/startup.texi
@@ -828,7 +828,7 @@ mean that there was difficulty in opening the files.
 @end deftypevr
 
 Don't confuse a program's exit status with a process' termination status.
-There are lots of ways a process can terminate besides having it's program
+There are lots of ways a process can terminate besides having its program
 finish.  In the event that the process termination @emph{is} caused by program
 termination (i.e., @code{exit}), though, the program's exit status becomes
 part of the process' termination status.