Bug 1170806 - Fix GeneratedLocation documentation comment DONTBUILD; r=me

This commit is contained in:
Nick Fitzgerald 2015-06-02 15:50:18 -07:00
parent c05a519242
commit 3cfaf3da52

View File

@ -380,7 +380,7 @@ OriginalLocation.prototype = {
exports.OriginalLocation = OriginalLocation;
/**
* A GeneratedLocation represents a location in an original source.
* A GeneratedLocation represents a location in a generated source.
*
* @param SourceActor actor
* A SourceActor representing a generated source.