From 665941b1b2575fdf578a4c58868cbdfcfe803122 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 29 Aug 2004 14:25:10 +0000 Subject: Fix typo in comment, reported by Ryo HAYASAKA in PR 26797. --- mk/buildlink3/marshall | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mk/buildlink3') diff --git a/mk/buildlink3/marshall b/mk/buildlink3/marshall index d59e8ae1061..4d3d32762db 100644 --- a/mk/buildlink3/marshall +++ b/mk/buildlink3/marshall @@ -1,4 +1,4 @@ -# $NetBSD: marshall,v 1.11 2004/03/29 06:02:53 jlam Exp $ +# $NetBSD: marshall,v 1.12 2004/08/29 14:25:10 wiz Exp $ # # Handle cases where multiple consecutive arguments must be processed # together, either by merging the arguments or "skipping" the extra @@ -14,8 +14,8 @@ case $arg in shift ;; # -# Merge "-Wl,R -Wl,/path/to/dir" into a single argument -# "-Wl,R/path/to/dir" and merge "-Wl,--rpath -Wl,/path/to/dir" into +# Merge "-Wl,-R -Wl,/path/to/dir" into a single argument +# "-Wl,-R/path/to/dir" and merge "-Wl,--rpath -Wl,/path/to/dir" into # "-Wl,--rpath,/path/to/dir" so that we can look them up in the cache. # Also deal with "-Xlinker" being equivalent to "-Wl,". # -- cgit v1.2.3