* ext/fiddle/fiddle.c: fix typo in fiddle doc [Bug #8412]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
charliesome 2013-05-24 12:27:12 +00:00
Родитель 9885529986
Коммит 2fb8799e6e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -144,7 +144,7 @@ Init_fiddle(void)
*
* It wraps {libffi}[http://sourceware.org/libffi/], a popular C library
* which provides a portable interface that allows code written in one
* language to clal code written in another language.
* language to call code written in another language.
*
* == Example
*