summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/ffi_c/MemoryPointer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ffi_c/MemoryPointer.c b/ext/ffi_c/MemoryPointer.c
index 2b8b0cb..0d91c35 100644
--- a/ext/ffi_c/MemoryPointer.c
+++ b/ext/ffi_c/MemoryPointer.c
@@ -75,7 +75,7 @@ memptr_allocate(VALUE klass)
* @param [Numeric] count number of cells in memory
* @param [Boolean] clear set memory to all-zero if +true+
* @return [self]
- * A new instance of FFI::MeoryPointer.
+ * A new instance of FFI::MemoryPointer.
*/
static VALUE
memptr_initialize(int argc, VALUE* argv, VALUE self)