Module Name: src
Committed By: skrll
Date: Thu Jun 16 08:21:57 UTC 2022
Modified Files:
src/common/lib/libc/arch/aarch64/atomic: __aarch64_lse.S
Log Message:
remove stray 'w'
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S
diff -u src/common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S:1.2 src/common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S:1.3
--- src/common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S:1.2 Sun Aug 8 07:17:18 2021
+++ src/common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S Thu Jun 16 08:21:57 2022
@@ -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: