aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-15 18:37:37 +0100
committerJuanma Barranquero2011-11-15 18:37:37 +0100
commitc7015153512a7d00aba390cc1f9a6b512a9c9ed7 (patch)
tree273167d1dbfc68a60ad4c195b9cd0bcfae9a302d /src/alloc.c
parentdcecfb4cb41ffa672672f55df8ce20deb7af78c4 (diff)
downloademacs-c7015153512a7d00aba390cc1f9a6b512a9c9ed7.tar.gz
emacs-c7015153512a7d00aba390cc1f9a6b512a9c9ed7.zip
Fix typos.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 1d274e2111e..5d04bd77872 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1412,7 +1412,7 @@ uninterrupt_malloc (void)
1412#ifdef DOUG_LEA_MALLOC 1412#ifdef DOUG_LEA_MALLOC
1413 pthread_mutexattr_t attr; 1413 pthread_mutexattr_t attr;
1414 1414
1415 /* GLIBC has a faster way to do this, but lets keep it portable. 1415 /* GLIBC has a faster way to do this, but let's keep it portable.
1416 This is according to the Single UNIX Specification. */ 1416 This is according to the Single UNIX Specification. */
1417 pthread_mutexattr_init (&attr); 1417 pthread_mutexattr_init (&attr);
1418 pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE); 1418 pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE);