Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/arch/aarch64/atomic remove stray 'w'



details:   https://anonhg.NetBSD.org/src/rev/ce3d04be3887
branches:  trunk
changeset: 366802:ce3d04be3887
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jun 16 08:21:57 2022 +0000

description:
remove stray 'w'

diffstat:

 common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a4187d26eb85 -r ce3d04be3887 common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S
--- a/common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S       Thu Jun 16 06:25:42 2022 +0000
+++ b/common/lib/libc/arch/aarch64/atomic/__aarch64_lse.S       Thu Jun 16 08:21:57 2022 +0000
@@ -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:



Home | Main Index | Thread Index | Old Index