Skip to content

Commit 1344b97

Browse files
committed
fix typo in comment of toolchain.prepare method
1 parent 324c79c commit 1344b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/toolchain/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def prepare(self, onlymod=None, deps=None, silent=False, loadmod=True,
861861
else:
862862
self.log.debug("prepare: set additional variables onlymod=%s", onlymod)
863863

864-
# add linker and preprocessor paths to dependencies to self.vars
864+
# add linker and preprocessor paths of dependencies to self.vars
865865
self._add_dependency_variables()
866866
self.generate_vars()
867867
self._setenv_variables(onlymod, verbose=not silent)

0 commit comments

Comments
 (0)