Add simulated version of the event loop
Change-Id: Id61ae7e72d71a52c59497ba13caa6f8267abec34
diff --git a/aos/events/shm-event-loop.h b/aos/events/shm-event-loop.h
index e40ccce..3b36f40 100644
--- a/aos/events/shm-event-loop.h
+++ b/aos/events/shm-event-loop.h
@@ -12,7 +12,7 @@
} // namespace internal
-// Specialization of EventLoop that is build from queues running out of shared
+// Specialization of EventLoop that is built from queues running out of shared
// memory. See more details at aos/common/queue.h
class ShmEventLoop : public EventLoop {
public: