1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-08-16 05:20:10 +00:00
parent 85afb17bbc
commit 564f77cad8

View file

@ -1,6 +1,6 @@
Fri Aug 16 11:23:35 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* file.c (rb_file_size, rb_file_flock): improve parformance of Winodws.
* file.c (rb_file_size, rb_file_flock): improve performance of Winodws.
* file.c (rb_file_truncate): removed unnecessary #ifdef.