Fix comment typos
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
This commit is contained in:
parent
99ea390af8
commit
369cc28e59
|
@ -329,7 +329,7 @@ class LLVMDependencyConfigTool(ConfigToolDependency):
|
||||||
|
|
||||||
Old versions of LLVM bring an extra level of insanity with them.
|
Old versions of LLVM bring an extra level of insanity with them.
|
||||||
llvm-config will provide the correct arguments for static linking, but
|
llvm-config will provide the correct arguments for static linking, but
|
||||||
not for shared-linnking, we have to figure those out ourselves, because
|
not for shared-linking, we have to figure those out ourselves, because
|
||||||
of course we do.
|
of course we do.
|
||||||
"""
|
"""
|
||||||
if self.static:
|
if self.static:
|
||||||
|
|
Loading…
Reference in New Issue