diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-02-01 11:22:27 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-02-04 23:14:46 +0700 |
commit | 7c2b6a9e293acfad2f806c0f28459ac14b4a1d5d (patch) | |
tree | 16e19be30f58e1402e5aef1aabb2adb1f0c40383 /src/runtime.js | |
parent | 6d3d82bb13b8a7377e1bc8e1a65a80a2e013af4a (diff) |
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) { |