File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ using APSInt = llvm::APSInt;
29
29
using APInt = llvm::APInt;
30
30
31
31
// / If a Floating is constructed from Memory, it DOES NOT OWN THAT MEMORY.
32
- // / It will NOT copy the memory (unless, of course, copy() is called) an it
32
+ // / It will NOT copy the memory (unless, of course, copy() is called) and it
33
33
// / won't alllocate anything. The allocation should happen via InterpState or
34
34
// / Program.
35
35
class Floating final {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ using APInt = llvm::APInt;
30
30
using APSInt = llvm::APSInt;
31
31
32
32
// / If an IntegralAP is constructed from Memory, it DOES NOT OWN THAT MEMORY.
33
- // / It will NOT copy the memory (unless, of course, copy() is called) an it
33
+ // / It will NOT copy the memory (unless, of course, copy() is called) and it
34
34
// / won't alllocate anything. The allocation should happen via InterpState or
35
35
// / Program.
36
36
template <bool Signed> class IntegralAP final {
You can’t perform that action at this time.
0 commit comments