summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2022-12-02 04:26:59 +0900
committerGitHub <noreply@github.com>2022-12-01 14:26:59 -0500
commita104aa4714ea599b3f17b381b78053306d3f0ae0 (patch)
treef4c2a966179fc56978bf84982ddd427fd088f030
parent658b28dc5707601b39d9aad4b6bf79a9afff1e92 (diff)
downloadNim-a104aa4714ea599b3f17b381b78053306d3f0ae0.tar.gz
IC: fix typo in rodfiles.nim (#20989)
preceeded -> preceded
-rw-r--r--compiler/ic/rodfiles.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ic/rodfiles.nim b/compiler/ic/rodfiles.nim
index 46a67c843..e492624d0 100644
--- a/compiler/ic/rodfiles.nim
+++ b/compiler/ic/rodfiles.nim
@@ -24,7 +24,7 @@ when defined(nimPreviewSlimSystem):
 ## `RodFile` represents a Rod File (versioned binary format), and the
 ## associated data for common interactions such as IO and error tracking
 ## (`RodFileError`). The file format broken up into sections (`RodSection`)
-## and preceeded by a header (see: `cookie`). The precise layout, section
+## and preceded by a header (see: `cookie`). The precise layout, section
 ## ordering and data following the section are determined by the user. See
 ## `ic.loadRodFile`.
 ##