mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
many doubled words in comments etc, plus some nearby typos
This commit is contained in:
parent
c702d7c66d
commit
13598df8db
208 changed files with 252 additions and 254 deletions
|
@ -423,7 +423,7 @@ static void ftoa(float f, char *buff, int len)
|
|||
fa = f2;
|
||||
// printf("%f = %u 2^%d 10^%d?\n", f, fa, e2, ea);
|
||||
while (e2 > 0) {
|
||||
// If the the high bit is set
|
||||
// If the high bit is set
|
||||
// then we can't multiply by 2
|
||||
// without losing it, so divide by 10
|
||||
// and round off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue