mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix misspelling words in comments
This commit is contained in:
committed by
Yukihiro "Matz" Matsumoto
parent
b083c1351f
commit
2b2ff844a1
+2
-2
@@ -783,7 +783,7 @@ MRB_API struct RClass * mrb_define_module_under(mrb_state *mrb, struct RClass *o
|
||||
#define MRB_ARGS_REQ(n) ((mrb_aspec)((n)&0x1f) << 18)
|
||||
|
||||
/**
|
||||
* Funtion takes n optional arguments
|
||||
* Function takes n optional arguments
|
||||
*
|
||||
* @param n
|
||||
* The number of optional arguments.
|
||||
@@ -791,7 +791,7 @@ MRB_API struct RClass * mrb_define_module_under(mrb_state *mrb, struct RClass *o
|
||||
#define MRB_ARGS_OPT(n) ((mrb_aspec)((n)&0x1f) << 13)
|
||||
|
||||
/**
|
||||
* Funtion takes n1 mandatory arguments and n2 optional arguments
|
||||
* Function takes n1 mandatory arguments and n2 optional arguments
|
||||
*
|
||||
* @param n1
|
||||
* The number of required arguments.
|
||||
|
||||
Reference in New Issue
Block a user