ar(1): Fix grammar error in write.c

Event:		Advanced UNIX Programming Course (Fall’23) at NTHU
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1013
This commit is contained in:
LO WEN-CHIEN
2024-01-07 21:01:56 +08:00
committed by Li-Wen Hsu
parent 1d83ae9d3d
commit b1d0cf28ff
+1 -1
View File
@@ -121,7 +121,7 @@ create_obj_from_file(struct bsdar *bsdar, const char *name, time_t mtime)
/*
* When option '-u' is specified and member is not newer than the
* existing one, the replace will not happen. While if mtime == 0,
* existing one, the replacement will not happen. While if mtime == 0,
* which indicates that this is to "replace a none exist member",
* the replace will proceed regardless of '-u'.
*/