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;
2929using APInt = llvm::APInt;
3030
3131// / 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
3333// / won't alllocate anything. The allocation should happen via InterpState or
3434// / Program.
3535class Floating final {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ using APInt = llvm::APInt;
3030using APSInt = llvm::APSInt;
3131
3232// / 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
3434// / won't alllocate anything. The allocation should happen via InterpState or
3535// / Program.
3636template <bool Signed> class IntegralAP final {
You can’t perform that action at this time.
0 commit comments