py-numpy: Correct typos in comment (#3462)

This commit is contained in:
Erik Schnetter 2017-03-16 10:45:09 -04:00 committed by Adam J. Stewart
parent 19a90ccc19
commit d6a7000aee

View File

@ -96,11 +96,11 @@ def patch(self):
# FIXME: as of @1.11.2, numpy does not work with separately # FIXME: as of @1.11.2, numpy does not work with separately
# specified threading and interface layers. A workaround is # specified threading and interface layers. A workaround is
# a terribly bad idea to use mkl_rt. In this case Spack # a terribly bad idea to use mkl_rt. In this case Spack
# won't no longer be able to guarantee that one and the # will no longer be able to guarantee that one and the
# same variant of Blas/Lapack (32/64bit, threaded/serial) # same variant of Blas/Lapack (32/64bit, threaded/serial)
# is used within the DAG. This may lead to a lot of # is used within the DAG. This may lead to a lot of
# hard-to-debug segmentation faults on user's side. Users # hard-to-debug segmentation faults on user's side. Users
# may also break working installation by (unconciously) # may also break working installation by (unconsciously)
# setting environment variable to switch between different # setting environment variable to switch between different
# interface and threading layers dynamically. From this # interface and threading layers dynamically. From this
# perspective it is no different from throwing away RPATH's # perspective it is no different from throwing away RPATH's