Module Name:    src
Committed By:   skrll
Date:           Thu Jan 20 19:49:23 UTC 2011

Modified Files:
        src/sys/arch/hppa/hppa: lock_stubs.S

Log Message:
Tweak comment.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hppa/hppa/lock_stubs.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hppa/hppa/lock_stubs.S
diff -u src/sys/arch/hppa/hppa/lock_stubs.S:1.14 src/sys/arch/hppa/hppa/lock_stubs.S:1.15
--- src/sys/arch/hppa/hppa/lock_stubs.S:1.14	Thu Apr 30 07:01:27 2009
+++ src/sys/arch/hppa/hppa/lock_stubs.S	Thu Jan 20 19:49:22 2011
@@ -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.
  *

Reply via email to