Closed
Bug 1223006
Opened 10 years ago
Closed 9 years ago
Fix some typo in spidermonkey's comments.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla45
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | fixed |
People
(Reporter: wuwei, Assigned: wuwei)
Details
Attachments
(1 file, 1 obsolete file)
|
5.98 KB,
patch
|
cbook
:
checkin+
|
Details | Diff | Splinter Review |
Yet another trivial patch. Fixed some typo in comments.
Attachment #8684908 -
Flags: review?(nicolas.b.pierron)
Comment 1•10 years ago
|
||
Comment on attachment 8684908 [details] [diff] [review]
typofix.patch
Review of attachment 8684908 [details] [diff] [review]:
-----------------------------------------------------------------
Sounds good to me.
::: js/src/vm/ArgumentsObject.h
@@ +76,4 @@
> // Maximum supported value of arguments.length. This bounds the maximum
> // number of arguments that can be supplied to Function.prototype.apply.
> // This value also bounds the number of elements parsed in an array
> +// Initializer.
nit: do not capitalized here.
Attachment #8684908 -
Flags: review?(nicolas.b.pierron) → review+
| Assignee | ||
Comment 2•10 years ago
|
||
fixed nits. r=nbp
Attachment #8684908 -
Attachment is obsolete: true
Attachment #8685723 -
Flags: checkin?(cbook)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → lazyparser
Updated•10 years ago
|
Attachment #8685723 -
Flags: checkin?(cbook) → checkin+
Comment 4•9 years ago
|
||
| bugherder | ||
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•