Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib typo in comment, from Abhinav Upadhyay in PR...



details:   https://anonhg.NetBSD.org/src/rev/35f143d7c541
branches:  trunk
changeset: 783586:35f143d7c541
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Dec 30 21:23:20 2012 +0000

description:
typo in comment, from Abhinav Upadhyay in PR 47385

diffstat:

 lib/libc/stdlib/malloc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 354918637d74 -r 35f143d7c541 lib/libc/stdlib/malloc.c
--- a/lib/libc/stdlib/malloc.c  Sun Dec 30 20:52:20 2012 +0000
+++ b/lib/libc/stdlib/malloc.c  Sun Dec 30 21:23:20 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: malloc.c,v 1.54 2011/05/18 01:59:39 christos Exp $     */
+/*     $NetBSD: malloc.c,v 1.55 2012/12/30 21:23:20 dholland Exp $     */
 
 /*
  * ----------------------------------------------------------------------------
@@ -90,7 +90,7 @@
 #include <sys/cdefs.h>
 #include "extern.h"
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: malloc.c,v 1.54 2011/05/18 01:59:39 christos Exp $");
+__RCSID("$NetBSD: malloc.c,v 1.55 2012/12/30 21:23:20 dholland Exp $");
 #endif /* LIBC_SCCS and not lint */
 int utrace(const char *, void *, size_t);
 
@@ -1128,7 +1128,7 @@
     return;
 }
 
-static int malloc_active; /* Recusion flag for public interface. */
+static int malloc_active; /* Recursion flag for public interface. */
 static unsigned malloc_started; /* Set when initialization has been done */
 
 static void *



Home | Main Index | Thread Index | Old Index