Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/hppa Tweak comment.
details: https://anonhg.NetBSD.org/src/rev/28655d67b49f
branches: trunk
changeset: 761215:28655d67b49f
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jan 20 19:49:22 2011 +0000
description:
Tweak comment.
diffstat:
sys/arch/hppa/hppa/lock_stubs.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f06a409b42b7 -r 28655d67b49f sys/arch/hppa/hppa/lock_stubs.S
--- a/sys/arch/hppa/hppa/lock_stubs.S Thu Jan 20 19:47:40 2011 +0000
+++ b/sys/arch/hppa/hppa/lock_stubs.S Thu Jan 20 19:49:22 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lock_stubs.S,v 1.14 2009/04/30 07:01:27 skrll Exp $ */
+/* $NetBSD: lock_stubs.S,v 1.15 2011/01/20 19:49:22 skrll Exp $ */
/*-
* Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
#include "assym.h"
/*
- * uintptr_t _lock_cas(volatile uintptr_t *val, uintptr_t old, uintptr_t new);
+ * uintptr_t _lock_cas(volatile uintptr_t *ptr, uintptr_t old, uintptr_t new);
*
* Perform an atomic compare-and-swap operation.
*
Home |
Main Index |
Thread Index |
Old Index