fix another typo

This commit is contained in:
Folkert 2021-09-10 15:49:18 +02:00
parent 3a83b0c415
commit 34a88c228f

View file

@ -25,7 +25,7 @@ pub fn build_module<'a>(
let mut backend = WasmBackend::new();
let mut layout_ids = LayoutIds::default();
// Sort procedures by occurence order
// Sort procedures by occurrence order
//
// We sort by the "name", but those are interned strings, and the name that is
// interned first will have a lower number.