Skip to content

Commit fc13dbd

Browse files
committed
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 5ff79f0 commit fc13dbd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ChangeLog

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ Sun Jun 21 10:47:21 2009 Nobuyoshi Nakada <[email protected]>
13981398

13991399
Sun Jun 21 10:46:32 2009 Nobuyoshi Nakada <[email protected]>
14001400

1401-
* transcode.c (enc_arg): default interanl encoding may not be set.
1401+
* transcode.c (enc_arg): default internal encoding may not be set.
14021402
[ruby-core:23932]
14031403

14041404
Sat Jun 20 21:11:43 2009 Tadayoshi Funaba <[email protected]>
@@ -1469,7 +1469,7 @@ Fri Jun 19 22:21:17 2009 Tadayoshi Funaba <[email protected]>
14691469
Fri Jun 19 21:56:01 2009 Tadayoshi Funaba <[email protected]>
14701470

14711471
* rational.c (nurat_expt): delegates to complex when self is
1472-
negative. bacause Float#** does not produce complex.
1472+
negative. because Float#** does not produce complex.
14731473

14741474
Fri Jun 19 21:40:58 2009 Tadayoshi Funaba <[email protected]>
14751475

@@ -1506,7 +1506,7 @@ Fri Jun 19 09:28:45 2009 Tadayoshi Funaba <[email protected]>
15061506

15071507
Fri Jun 19 08:14:07 2009 Nobuyoshi Nakada <[email protected]>
15081508

1509-
* bignum.c (big_lshift, big_rshift): return Bignum always withou
1509+
* bignum.c (big_lshift, big_rshift): return Bignum always without
15101510
normalization. [ruby-dev:38679]
15111511

15121512
Thu Jun 18 22:31:38 2009 Tadayoshi Funaba <[email protected]>
@@ -1640,7 +1640,7 @@ Wed Jun 17 06:48:28 2009 Koichi Sasada <[email protected]>
16401640
Wed Jun 17 06:19:06 2009 Koichi Sasada <[email protected]>
16411641

16421642
* include/ruby/ruby.h: New structure RTypedData, added.
1643-
This structure incldues more explicit type information for
1643+
This structure includes more explicit type information for
16441644
T_DATA objects. If RData(obj)->dfree is immediate value `1' on
16451645
T_DATA object obj, obj is needed to be accessed with RTYPEDDATA(obj)
16461646
instead of RDATA(obj). A RTypedData structure points the structure
@@ -1784,7 +1784,7 @@ Sat Jun 13 06:50:31 2009 Nobuyoshi Nakada <[email protected]>
17841784

17851785
Sat Jun 13 06:45:46 2009 Nobuyoshi Nakada <[email protected]>
17861786

1787-
* vm_eval.c (rb_f_throw): fixed rdoc about execption.
1787+
* vm_eval.c (rb_f_throw): fixed rdoc about exception.
17881788
[ruby-core:23824]
17891789

17901790
Fri Jun 12 14:56:50 2009 Nobuyoshi Nakada <[email protected]>
@@ -1924,7 +1924,7 @@ Mon Jun 1 11:21:29 2009 Nobuyoshi Nakada <[email protected]>
19241924

19251925
* cont.c (cont_capture, fiber_store): reraise transferred error.
19261926

1927-
* cont.c (fiber_switch): transfers dead fiber error to the previouse
1927+
* cont.c (fiber_switch): transfers dead fiber error to the previous
19281928
or root fiber if the current fiber is dead. [ruby-core:23651]
19291929

19301930
Mon Jun 1 10:41:41 2009 Nobuyoshi Nakada <[email protected]>
@@ -2148,7 +2148,7 @@ Sat May 23 18:53:13 2009 Nobuyoshi Nakada <[email protected]>
21482148
splitting with regexp source string is obsolete. a patch from
21492149
Minwoo Lee at [ruby-core:23494].
21502150

2151-
* ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restric
2151+
* ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restrict
21522152
to Fixnum. [ruby-dev:38533]
21532153

21542154
Fri May 22 23:22:53 2009 Yuki Sonoda (Yugui) <[email protected]>
@@ -2213,7 +2213,7 @@ Thu May 21 21:07:22 2009 Nobuyoshi Nakada <[email protected]>
22132213
Thu May 21 18:55:33 2009 Yuki Sonoda (Yugui) <[email protected]>
22142214

22152215
* gem_prelude.rb (Gem.default_dir and misc.): use rubylibprefix.
2216-
follows the chagne in r23368.
2216+
follows the change in r23368.
22172217

22182218
Thu May 21 12:07:43 2009 Nobuyoshi Nakada <[email protected]>
22192219

@@ -2539,15 +2539,15 @@ Wed May 13 22:34:31 2009 Narihiro Nakamura <[email protected]>
25392539
(rb_gc_mark_remembered_set): ditto.
25402540
(clear_mark_longlife_heaps): ditto.
25412541
(gc_sweep_for_longlife): ditto.
2542-
(assign_heap_slot): new argumnent to longlife heaps slot.
2542+
(assign_heap_slot): new argument to longlife heaps slot.
25432543
(add_freelist): ditto.
2544-
(gc_sweep): avoid lonlife heap slot. set longlife_collection
2544+
(gc_sweep): avoid longlife heap slot. set longlife_collection
25452545
flag at add heap.
25462546
(rb_gc_force_recycle): avoid mark object and remembered_set
25472547
object.
25482548
(garbage_collect): add longlife collection.
25492549
(rb_gc_start): invoke longlife collection.
2550-
(gc_profile_record_get): for longlife collction profile.
2550+
(gc_profile_record_get): for longlife collection profile.
25512551
(gc_profile_result): ditto.
25522552

25532553
* include/ruby/intern.h (rb_gc_write_barrier): declared.
@@ -2576,7 +2576,7 @@ Wed May 13 22:34:31 2009 Narihiro Nakamura <[email protected]>
25762576
Wed May 13 15:23:18 2009 Nobuyoshi Nakada <[email protected]>
25772577

25782578
* include/ruby/version.h: extracted the extensions interface and
2579-
the never-changable info.
2579+
the never-changeable info.
25802580

25812581
Wed May 13 03:20:47 2009 Tanaka Akira <[email protected]>
25822582

0 commit comments

Comments
 (0)