summaryrefslogtreecommitdiff
path: root/manual/memory.texi
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-02-23 13:20:00 +0100
committerAndreas Schwab <schwab@redhat.com>2010-02-23 13:20:43 +0100
commit359bd850c51f77f434224b9b2f2baffe5617f4b4 (patch)
treef8fe58324192a72f9dfb947e555f5411d416e25e /manual/memory.texi
parent5abc599d9ea29b8f43dfe67a6409f9cde6a869b4 (diff)
parente2f4aa547a997922d960876671fb35ea101295f8 (diff)
Merge remote branch 'origin/master' into fedora/master
Diffstat (limited to 'manual/memory.texi')
-rw-r--r--manual/memory.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/memory.texi b/manual/memory.texi
index 43afc7bf95..59ea1ee342 100644
--- a/manual/memory.texi
+++ b/manual/memory.texi
@@ -2379,7 +2379,7 @@ exceed the process' data storage limit.
@c The Brk system call in Linux (as opposed to the GNU C Library function)
@c is considerably different. It always returns the new end of the data
@c segment, whether it succeeds or fails. The GNU C library Brk determines
-@c it's a failure if and only if if the system call returns an address less
+@c it's a failure if and only if the system call returns an address less
@c than the address requested.
@end deftypefun