Skip to content

Commit 65f7117

Browse files
Fix spelling of "Double" in the tag parsing script
Signed-off-by: Thiago Macieira <[email protected]>
1 parent 2fe481c commit 65f7117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parsetags.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"Undefined" => "undefined",
3939
"HalfFloat" => "IEEE 754 half-precision floating point",
4040
"Float" => "IEEE 754 single-precision floating point",
41-
"Dobule" => "IEEE 754 double-precision floating point"
41+
"Double" => "IEEE 754 double-precision floating point"
4242
);
4343

4444
my %tags;

0 commit comments

Comments
 (0)