diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2024-09-04 07:54:54 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2024-09-04 07:54:54 +0000 |
commit | c08b0d64f93729a6088a731e9e41fda5bec371e1 (patch) | |
tree | e09749cad372b028eb5c075077d98bbae8a348bb /sys/arch/powerpc | |
parent | 92740d6c8077a1465c78e747b508ddbb0d12ab57 (diff) |
Fix some spelling.
Input and ok jmc@, jsg@
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/include/mplock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/mplock.h b/sys/arch/powerpc/include/mplock.h index 4a7c303d8bb..d305e390375 100644 --- a/sys/arch/powerpc/include/mplock.h +++ b/sys/arch/powerpc/include/mplock.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mplock.h,v 1.6 2024/04/03 19:30:59 gkoehler Exp $ */ +/* $OpenBSD: mplock.h,v 1.7 2024/09/04 07:54:51 mglocker Exp $ */ /* * Copyright (c) 2004 Niklas Hallqvist. All rights reserved. @@ -32,7 +32,7 @@ /* * __ppc_lock exists because pte_spill_r() can't use __mp_lock. * Really simple spinlock implementation with recursive capabilities. - * Correctness is paramount, no fancyness allowed. + * Correctness is paramount, no fanciness allowed. */ struct __ppc_lock { |