Factor out region layering.
[ardour.git] / libs / evoral / evoral / midi_util.h
index 3d6ac095bb7facf92ea954841bdd04e155e1fab6..5dfc3c70fdf7325d099f09ee4b8c4bef2ef6e619 100644 (file)
@@ -26,7 +26,7 @@
 namespace Evoral {
 
 /** Return the size of the given event including the status byte,
- * or -1 if unknown (eg sysex)
+ * or -1 if unknown (e.g. sysex)
  */
 static inline int
 midi_event_size(unsigned char status)