Skip to content

Commit 813f307

Browse files
committed
Typos
1 parent 9801280 commit 813f307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/lib/AST/ByteCode/Floating.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ using APSInt = llvm::APSInt;
2929
using 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.
3535
class Floating final {

clang/lib/AST/ByteCode/IntegralAP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ using APInt = llvm::APInt;
3030
using 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.
3636
template <bool Signed> class IntegralAP final {

0 commit comments

Comments
 (0)