mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 22:23:08 +00:00
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:
parent
1d83ae9d3d
commit
b1d0cf28ff
@ -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'.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user