When copying the copyright header from another file I forgot to change
the file description. Oops.

Collin
From 30b5f5759d1e8a75f9b798b0c20f96734ad52e0f Mon Sep 17 00:00:00 2001
From: Collin Funk <collin.fu...@gmail.com>
Date: Wed, 19 Jun 2024 14:52:49 -0700
Subject: [PATCH] filemode tests: Fix comment.

* tests/test-filemode.c: Make the file description accurate.
---
 ChangeLog             | 5 +++++
 tests/test-filemode.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index fc37bc6d79..7b780206b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-19  Collin Funk  <collin.fu...@gmail.com>
+
+	filemode tests: Fix comment.
+	* tests/test-filemode.c: Make the file description accurate.
+
 2024-06-19  Bruno Haible  <br...@clisp.org>
 
 	ulc-asnprintf tests: Add test of %U, %s directives with large arguments.
diff --git a/tests/test-filemode.c b/tests/test-filemode.c
index f20211d083..8adf97b790 100644
--- a/tests/test-filemode.c
+++ b/tests/test-filemode.c
@@ -1,4 +1,4 @@
-/* Test the sig2str and str2sig functions.
+/* Test the strmode function.
    Copyright (C) 2024 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
-- 
2.45.2

Reply via email to