Skip to content

Commit e63a25e

Browse files
committed
bootupdate: typo
1 parent aca8ecd commit e63a25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/boot/bootupdate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ let bootFiles = require('Storage').list(/\.boot\.js$/).sort((a,b)=>{
116116
// precalculate file size
117117
bootPost += "}";
118118
let fileOffset,fileSize;
119-
/* code to output a file, plus preable and postable
119+
/* code to output a file, plus preamble and postamble
120120
when called with dst==undefined it just increments
121121
fileOffset so we can see ho wbig the file has to be */
122122
let outputFile = (dst,src,pre,post) => {"ram";

0 commit comments

Comments
 (0)