Skip to content

Commit 2886070

Browse files
committed
Fix comments
1 parent f622800 commit 2886070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FixedPointNumbers.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Base: ==, <, <=, -, +, *, /, ~, isapprox,
1515
using Base: @pure
1616

1717
# T => BaseType
18-
# f => Number of Bytes reserved for fractional part
18+
# f => Number of bits reserved for fractional part
1919
abstract type FixedPoint{T <: Integer, f} <: Real end
2020

2121

@@ -25,7 +25,7 @@ export
2525
Normed,
2626
floattype,
2727
# "special" typealiases
28-
# Q and U typealiases are exported in separate source files
28+
# Q and N typealiases are exported in separate source files
2929
# Functions
3030
scaledual
3131

0 commit comments

Comments
 (0)