change resorce to resource
authorTorosFanny <spiritofquantum@gmail.com>
Thu, 19 Mar 2015 13:16:37 +0000 (21:16 +0800)
committerTorosFanny <spiritofquantum@gmail.com>
Thu, 19 Mar 2015 13:16:37 +0000 (21:16 +0800)
include/caffe/syncedmem.hpp

index 2564e07..1b726de 100644 (file)
@@ -12,7 +12,7 @@ namespace caffe {
 // cudaMallocHost and cudaFree functions in order to create pinned memory.
 // However, those codes rely on the existence of a cuda GPU (I don't know
 // why that is a must since allocating memory should not be accessing the
-// GPU resorce, but it just creates an error as of Cuda 5.0) and will cause
+// GPU resource, but it just creates an error as of Cuda 5.0) and will cause
 // problem when running on a machine without GPU. Thus, we simply define
 // these two functions for safety and possible future change if the problem
 // of calling cuda functions disappears in a future version.