fix a typo in comment
authorrhapsodyn <rhapsodyn@gmail.com>
Wed, 23 Jul 2014 08:17:36 +0000 (16:17 +0800)
committerrhapsodyn <rhapsodyn@gmail.com>
Wed, 23 Jul 2014 08:17:36 +0000 (16:17 +0800)
mono/metadata/class.c

index e55669bd7fe4d0b21a678d7cb2a1816145890b20..df1eda26820cc45243b96f9ec5d2874c9f234c6a 100644 (file)
@@ -9253,7 +9253,7 @@ mono_event_get_flags (MonoEvent *event)
 /**
  * mono_class_get_method_from_name:
  * @klass: where to look for the method
- * @name_space: name of the method
+ * @name: name of the method
  * @param_count: number of parameters. -1 for any number.
  *
  * Obtains a MonoMethod with a given name and number of parameters.