Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 37766dc

Browse files
cmagliealessio-perugini
andauthoredDec 20, 2023
Update internal/arduino/builder/linker.go
Co-authored-by: Alessio Perugini <[email protected]>
1 parent 3caf67d commit 37766dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎internal/arduino/builder/linker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (b *Builder) link() error {
5858
existingArchives.FilterSuffix(".a")
5959
objectFiles.FilterOutSuffix(".a")
6060

61-
// Generate archive for each directory from the remianing object files
61+
// Generate an archive for each directory from the remaining object files
6262
newArchives := paths.NewPathList()
6363
for _, object := range objectFiles {
6464
archive := object.Parent().Join("objs.a")

0 commit comments

Comments
 (0)
Please sign in to comment.