about summary refs log tree commit diff
path: root/nptl/allocatestack.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-11-25 06:25:42 +0000
committerUlrich Drepper <drepper@redhat.com>2004-11-25 06:25:42 +0000
commitbca2d208314bdb10486d165c4ac1c19edcf594ce (patch)
tree596074daa66dbbc5b0d9ea7c6a1a828b6163e142 /nptl/allocatestack.c
parentf1f2cafcd4c23ac4f4077b78fbddff1ffea8b951 (diff)
downloadglibc-bca2d208314bdb10486d165c4ac1c19edcf594ce.tar.gz
glibc-bca2d208314bdb10486d165c4ac1c19edcf594ce.tar.xz
glibc-bca2d208314bdb10486d165c4ac1c19edcf594ce.zip
Update.
	* sysdeps/x86_64/Makefile [nptl]: Define CFLAGS-pthread_create.c.
Diffstat (limited to 'nptl/allocatestack.c')
-rw-r--r--nptl/allocatestack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/allocatestack.c b/nptl/allocatestack.c
index 89a034e0ec..8875209a11 100644
--- a/nptl/allocatestack.c
+++ b/nptl/allocatestack.c
@@ -417,7 +417,7 @@ allocate_stack (const struct pthread_attr *attr, struct pthread **pdp,
       pd = get_cached_stack (&size, &mem);
       if (pd == NULL)
 	{
-	  /* To avoid aliasing effects on a larger scale then pages we
+	  /* To avoid aliasing effects on a larger scale than pages we
 	     adjust the allocated stack size if necessary.  This way
 	     allocations directly following each other will not have
 	     aliasing problems.  */