Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Update truncdfsf2vfp.S #16

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/arm/truncdfsf2vfp.S
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
// Converts double precision float to signle precision result.
// Uses Darwin calling convention where a double precision parameter is
// passed in a R0/R1 pair and a signle precision result is returned in R0.
// passed in a R0/R1 pair and a single precision result is returned in R0.
//
.syntax unified
.align 2
Expand Down