ext/nmatrix/nm_memory.h in nmatrix-0.1.0.rc3 vs ext/nmatrix/nm_memory.h in nmatrix-0.1.0.rc4
- old
+ new
@@ -24,10 +24,10 @@
// == nm_memory.h
//
// Macros for memory allocation and freeing
/**
- * We define these macros, which just call the ruby ones, as this makes
+ * We define these macros, which just call the ruby ones, as this makes
* debugging memory issues (particularly those involving interaction with
* the ruby GC) easier, as it's posssible to add debugging code temporarily.
*/
#ifndef __NM_MEMORY_H__
#define __NM_MEMORY_H__