diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2009-11-17 19:35:39 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2009-11-17 19:35:39 +0000 |
| commit | 1511301cd85f4305934616a1bb599ba3c3c32b23 (patch) | |
| tree | 7fe8895be0c27ca3fd1ac020d80a9bfcb6222743 /usr.bin/make/arch.c | |
| parent | 07ff91572085c113494c691c583bdb33f39a80ea (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/arch.c')
| -rw-r--r-- | usr.bin/make/arch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 90801cdece4fd..9cd0a1c64618d 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -1131,7 +1131,7 @@ Arch_MemMTime(GNode *gn) * command (or the linker will know where to find it) and set the * TARGET variable for this node to be the node's name. Otherwise, * we set the TARGET variable to be the full path of the library, - * as returned by Dir_FindFile. + * as returned by Path_FindFile. * *----------------------------------------------------------------------- */ |
