diff options
author | 2013-06-04 22:11:51 +0000 | |
---|---|---|
committer | 2013-06-04 22:11:51 +0000 | |
commit | 63d192fbc86dcc327f8885fe8dbbdfcd179edb06 (patch) | |
tree | 7df5cd2121599d13087ba974761612e73292ab1c | |
parent | tabs are not so expensive we can't intent this file properly (diff) | |
download | wireguard-openbsd-63d192fbc86dcc327f8885fe8dbbdfcd179edb06.tar.xz wireguard-openbsd-63d192fbc86dcc327f8885fe8dbbdfcd179edb06.zip |
comment fix: actually called __cpu_simple_lock_t
-rw-r--r-- | sys/arch/m88k/m88k/atomic.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/m88k/atomic.S b/sys/arch/m88k/m88k/atomic.S index 6382b131cb7..f7396f345fc 100644 --- a/sys/arch/m88k/m88k/atomic.S +++ b/sys/arch/m88k/m88k/atomic.S @@ -1,4 +1,4 @@ -/* $OpenBSD: atomic.S,v 1.3 2013/01/05 11:20:56 miod Exp $ */ +/* $OpenBSD: atomic.S,v 1.4 2013/06/04 22:11:51 tedu Exp $ */ /* * Copyright (c) 2009 Miodrag Vallat. @@ -21,7 +21,7 @@ .data /* - * A __cpu_simplelock_t used to provide the inter-processor interlock. + * A __cpu_simple_lock_t used to provide the inter-processor interlock. */ ASLOCAL(__atomic_interlock) .word 0 |