commit | f5d26e17b97a7372ba719c45aec283ca78993c39 | [log] [tgz] |
---|---|---|
author | Aaron Ballman <aaron@aaronballman.com> | Wed Apr 29 10:33:21 2020 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 22 07:26:54 2020 -0700 |
tree | 2f45520dec7302dad7ec37a03a43b61f9986c96b | |
parent | 7e5b0079045080b645de3322059e3ec2b402b201 [diff] |
Fixing typo (singed -> signed); NFC GitOrigin-RevId: e00071db0854ae9030e3b80a1f82c7cd66d57930
diff --git a/lib/Parse/ParseDecl.cpp b/lib/Parse/ParseDecl.cpp index 864b7b1..f7d8619 100644 --- a/lib/Parse/ParseDecl.cpp +++ b/lib/Parse/ParseDecl.cpp
@@ -2742,7 +2742,7 @@ default: // This is probably supposed to be a type. This includes cases like: // int f(itn); - // struct S { unsinged : 4; }; + // struct S { unsigned : 4; }; break; } }