about summary refs log tree commit diff
path: root/sysdeps/aarch64/memrchr.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/memrchr.S')
-rw-r--r--sysdeps/aarch64/memrchr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/memrchr.S b/sysdeps/aarch64/memrchr.S
index 5179320720..9d2d29a396 100644
--- a/sysdeps/aarch64/memrchr.S
+++ b/sysdeps/aarch64/memrchr.S
@@ -1,6 +1,6 @@
 /* memrchr - find the last occurrence of a byte in a memory block
 
-   Copyright (C) 2015-2022 Free Software Foundation, Inc.
+   Copyright (C) 2015-2023 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.