Skip to content

Commit 3ac7edc

Browse files
committed
fix typo
1 parent 9f7c0c2 commit 3ac7edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/StackProtector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ static bool ContainsProtectableArray(Type *Ty, Module *M, unsigned SSPBufferSize
251251
return NeedsProtector;
252252
}
253253

254-
/// Maximum remaining allocation size obsorved for a phi node, and how often
254+
/// Maximum remaining allocation size observed for a phi node, and how often
255255
/// the allocation size has already been decreased. We only allow a limited
256256
/// number of decreases.
257257
struct PhiInfo {

0 commit comments

Comments
 (0)