ext/numo/openblas/openblas.c in numo-openblas-0.4.1 vs ext/numo/openblas/openblas.c in numo-openblas-0.4.2
- old
+ new
@@ -16,10 +16,10 @@
* Numo is the top level namespace of NUmerical MOdules for Ruby.
*/
mNumo = rb_define_module("Numo");
/**
- * Document-module: Numo::Liblinear
+ * Document-module: Numo::OpenBLAS
* Numo::OpenBLAS loads Numo::NArray and Linalg with OpenBLAS used as backend library.
*/
mOpenBLAS = rb_define_module_under(mNumo, "OpenBLAS");
/* The number of cores detected by OpenBLAS. */