Fix comment typos

Summary: Closes https://github.com/facebook/react-native/pull/7901

Differential Revision: D3384624

Pulled By: javache

fbshipit-source-id: 741343dec5406af1855624069dd8dc426a93bdb3
This commit is contained in:
Kasim Tan
2016-06-03 02:32:30 -07:00
committed by Facebook Github Bot 4
parent e29350214a
commit a7f1428d4a
5 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ function lineToLineSourceMap(source, filename) {
const firstLine = 'AAAA;';
// Most other lines in our mappings are all zeros (for module, column etc)
// except for the lineno mappinp: curLineno - prevLineno = 1; Which is C.
// except for the lineno mapping: curLineno - prevLineno = 1; Which is C.
const line = 'AACA;';
return {