Skip to content

Commit 841247a

Browse files
committed
misc: Typo
1 parent 824827b commit 841247a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devito/arch/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def __lookup_cmds__(self):
668668

669669
def add_libraries(self, libs):
670670
# Urgh...
671-
# NvidiaComiler inherits from Compiler inherits from GCCToolchain in codepy
671+
# NvidiaCompiler inherits from Compiler inherits from GCCToolchain in codepy
672672
# And _GCC_ supports linking versioned shared objects with the syntax:
673673
# `gcc -L/path/to/versioned/lib -l:libfoo.so.2.0 ...`
674674
# But this syntax is not supported by the Nvidia compiler.

0 commit comments

Comments
 (0)