Skip to content

Commit

Permalink
Update internal/arduino/builder/linker.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Perugini <alessioper.98@gmail.com>
  • Loading branch information
cmaglie and alessio-perugini authored Dec 20, 2023
1 parent 3caf67d commit 37766dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/arduino/builder/linker.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (b *Builder) link() error {
existingArchives.FilterSuffix(".a")
objectFiles.FilterOutSuffix(".a")

// Generate archive for each directory from the remianing object files
// Generate an archive for each directory from the remaining object files
newArchives := paths.NewPathList()
for _, object := range objectFiles {
archive := object.Parent().Join("objs.a")
Expand Down

0 comments on commit 37766dc

Please sign in to comment.