diff options
| author | skrll <skrll@NetBSD.org> | 2022-06-16 08:21:57 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2022-06-16 08:21:57 +0000 |
| commit | 12f8723972d2d3bcd74e687331be6af8061f634f (patch) | |
| tree | e09a39e6813618cdab78b52d68c293dc23e90504 /common | |
| parent | 759387c6850786cc9ee1dc03f5cee6c6fdcbc8b3 (diff) | |
remove stray 'w'
Diffstat (limited to 'common')
| -rw-r--r-- | common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S b/common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S index 8d5cada111a..d19ced66dbf 100644 --- a/common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S +++ b/common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S @@ -1,4 +1,4 @@ -/* $NetBSD: __aarch64_lse.S,v 1.2 2021/08/08 07:17:18 skrll Exp $ */ +/* $NetBSD: __aarch64_lse.S,v 1.3 2022/06/16 08:21:57 skrll Exp $ */ /*- * Copyright (c) 2021 The NetBSD Foundation, Inc. @@ -6,7 +6,7 @@ * * This code is derived from software contributed to The NetBSD Foundation * by Nick Hudson. -w * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: |
