coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2022-02-27 23:42:27
Commitd57b240f3cd7ad52e749855d70ee811abfeb0e48
Parentc1c576b6caeec758925328e1179da387b5a29870

cp: Fix header comments

Diffstat

M src/cp.c | 1 +

1 files changed, 1 insertions, 0 deletions

diff --git a/src/cp.c b/src/cp.c
index 3172799..734e9bc 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -1,5 +1,5 @@
 // cp.c, version 0.0.2
-// OMKOV coreutils implementation of POSIX cksum
+// OMKOV coreutils implementation of POSIX cp
 // Copyright (C) 2021, Jakob Wakeling
 // All rights reserved.