examples: Fix typo

This commit is contained in:
Paweł Bylica 2019-09-25 12:30:30 +02:00
parent 20a1600739
commit 2441aa223c
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
///
/// This VM does not do anything useful except for showing
/// how EVMC VM API should be implemented.
/// The inplementation is done in C only, but could be done in C++ in very
/// The implementation is done in C only, but could be done in C++ in very
/// similar way.
#include "example_vm.h"