summaryrefslogtreecommitdiff
path: root/lib/count-trailing-zeros.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/count-trailing-zeros.c')
-rw-r--r--lib/count-trailing-zeros.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/count-trailing-zeros.c b/lib/count-trailing-zeros.c
index 538b01dc023..143dcda55d1 100644
--- a/lib/count-trailing-zeros.c
+++ b/lib/count-trailing-zeros.c
@@ -1,6 +1,6 @@
/* Count the number of trailing 0 bits in a word.
- Copyright 2013-2021 Free Software Foundation, Inc.
+ Copyright 2013-2022 Free Software Foundation, Inc.
This file is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as