diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-04 18:36:34 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-04 18:36:34 -0800 |
commit | 85e298313f68f41e63634166854a81ae1b250c62 (patch) | |
tree | 6d856a960e8016b92fab8c6de092d92cfce25a93 /src/runtime.js | |
parent | 5a8d9d2833451cba3048e2b8ec03642edf7f754b (diff) | |
parent | 7c2b6a9e293acfad2f806c0f28459ac14b4a1d5d (diff) |
Merge pull request #832 from waywardmonkeys/typo-fixes
Fix typos.
Diffstat (limited to 'src/runtime.js')
-rw-r--r-- | src/runtime.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.js b/src/runtime.js index 5fce4651..e5b86065 100644 --- a/src/runtime.js +++ b/src/runtime.js @@ -290,7 +290,7 @@ var Runtime = { // // When providing a typeName, you can generate information for nested // structs, for example, struct = ['field1', { field2: ['sub1', 'sub2', 'sub3'] }, 'field3'] - // which repesents a structure whose 2nd field is another structure. + // which represents a structure whose 2nd field is another structure. generateStructInfo: function(struct, typeName, offset) { var type, alignment; if (typeName) { |