diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-11-26 09:50:37 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-26 09:50:37 +0900 |
| commit | 0ee58a0fffd29149e30497f1f10305f8448ba0d9 (patch) | |
| tree | 69b972e91dda7f992ffcfb503d1b8f072d95e316 | |
| parent | 743c1e7be190eca83a08b95b0f6045cbdc9ba625 (diff) | |
| parent | be5223371b6e07d44c02aec2bd22aa1a1be404eb (diff) | |
| download | mruby-0ee58a0fffd29149e30497f1f10305f8448ba0d9.tar.gz mruby-0ee58a0fffd29149e30497f1f10305f8448ba0d9.zip | |
Merge pull request #3298 from dabroz/patch-1
Fix typo in istruct.h
| -rw-r--r-- | include/mruby/istruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/istruct.h b/include/mruby/istruct.h index 293a13788..4d2393ccd 100644 --- a/include/mruby/istruct.h +++ b/include/mruby/istruct.h @@ -1,5 +1,5 @@ /* -** mruby/instruct.h - Inline structures +** mruby/istruct.h - Inline structures ** ** See Copyright Notice in mruby.h */ |
