Skip to content

Commit 140b240

Browse files
committed
typo
1 parent c8639a5 commit 140b240

File tree

1 file changed

+1
-1
lines changed
  • clang/lib/Basic/Targets

1 file changed

+1
-1
lines changed

clang/lib/Basic/Targets/AVR.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class LLVM_LIBRARY_VISIBILITY AVRTargetInfo : public TargetInfo {
125125
return true;
126126
case 'I': // 6-bit positive integer constant
127127
// Due to issue https://github.com/llvm/llvm-project/issues/51513, we
128-
// allow value 64 in the frontend and let it be dinied in the backend.
128+
// allow value 64 in the frontend and let it be denied in the backend.
129129
Info.setRequiresImmediate(0, 64);
130130
return true;
131131
case 'J': // 6-bit negative integer constant

0 commit comments

Comments
 (0)