mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 06:53:40 +00:00
Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it found (#4235)
This commit is contained in:
@@ -224,7 +224,7 @@ func CallGraph(f *elf.File, callsIndirectFunction []string) (map[string][]*CallN
|
||||
for name, size := range knownFrameSizes {
|
||||
if sym, ok := symbolNames[name]; ok {
|
||||
if len(sym) > 1 {
|
||||
return nil, fmt.Errorf("expected zero or one occurence of the symbol %s, found %d", name, len(sym))
|
||||
return nil, fmt.Errorf("expected zero or one occurrence of the symbol %s, found %d", name, len(sym))
|
||||
}
|
||||
sym[0].FrameSize = size
|
||||
sym[0].FrameSizeType = Bounded
|
||||
|
||||
Reference in New Issue
Block a user