m-mcgowan / spark-flashee-eeprom

Eeprom emulation using external flash on Particle devices. Includes unit tests cross compiled to regular gcc, and on-device integration tests.
GNU Affero General Public License v3.0
34 stars 8 forks source link

minor typo #9

Closed kennethlimcp closed 9 years ago

m-mcgowan commented 10 years ago

Thanks for fixing my typo....shoes! haha!

g++ is the name of the compiler - it's a c++ compiler from GNU. If you like, you could change to "gnu c++" to make it clear.

kennethlimcp commented 9 years ago

@m-mcgowan time to merge this!