summaryrefslogtreecommitdiff
path: root/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/HistoricalNotes/2000-12-06-MeetingSummary.txt')
-rw-r--r--docs/HistoricalNotes/2000-12-06-MeetingSummary.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt b/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt
index b66e18556f..01b644b351 100644
--- a/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt
+++ b/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt
@@ -40,7 +40,7 @@ IDEAS TO CONSIDER
packaged with the bytecodes themselves. As a conceptual implementation
idea, we could include an immediate dominator number for each basic block
in the LLVM bytecode program. Basic blocks could be numbered according
- to the order of occurance in the bytecode representation.
+ to the order of occurrence in the bytecode representation.
2. Including loop header and body information. This would facilitate
detection of intervals and natural loops.