diff options
| author | Jack Nagel | 2014-04-21 10:52:33 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-21 10:52:46 -0500 |
| commit | c832bd1591e92733c1084116b19093a70077e701 (patch) | |
| tree | 87d267d38929f2795b4cfc091739d6254cf81333 /Library | |
| parent | 0682c1ad02c51be281ebdfd2714d1fdb7123a65d (diff) | |
| download | brew-c832bd1591e92733c1084116b19093a70077e701.tar.bz2 | |
Fix typo
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/ENV/4.3/cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 034a1f64e..e34b087ac 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -260,7 +260,7 @@ class Cmd args end - # Keg-only opt paths get the "-I" treatment since it has higher priority that + # Keg-only opt paths get the "-I" treatment since it has higher priority than # "-isystem", and we want them to be searched before system directories as # well as any directories added by the build system. def cppflags |
