Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpuffs typo in a comment
details: https://anonhg.NetBSD.org/src/rev/711deae38653
branches: trunk
changeset: 760682:711deae38653
user: yamt <yamt%NetBSD.org@localhost>
date: Mon Jan 10 23:20:45 2011 +0000
description:
typo in a comment
diffstat:
lib/libpuffs/callcontext.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3b054b157a0b -r 711deae38653 lib/libpuffs/callcontext.c
--- a/lib/libpuffs/callcontext.c Mon Jan 10 21:26:38 2011 +0000
+++ b/lib/libpuffs/callcontext.c Mon Jan 10 23:20:45 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: callcontext.c,v 1.23 2008/08/11 16:23:37 pooka Exp $ */
+/* $NetBSD: callcontext.c,v 1.24 2011/01/10 23:20:45 yamt Exp $ */
/*
* Copyright (c) 2006, 2007, 2008 Antti Kantee. All Rights Reserved.
@@ -30,7 +30,7 @@
#include <sys/cdefs.h>
#if !defined(lint)
-__RCSID("$NetBSD: callcontext.c,v 1.23 2008/08/11 16:23:37 pooka Exp $");
+__RCSID("$NetBSD: callcontext.c,v 1.24 2011/01/10 23:20:45 yamt Exp $");
#endif /* !lint */
#include <sys/types.h>
@@ -110,7 +110,7 @@
DPRINTF(("puffs__cc_cont: pcc %p, mycc %p\n", pcc, mycc));
/*
- * XXX: race between setcontenxt() and recycle if
+ * XXX: race between setcontext() and recycle if
* we go multithreaded
*/
puffs__cc_destroy(mycc, 1);
Home |
Main Index |
Thread Index |
Old Index