From: Brad Smith Date: Sun, 30 Jul 2017 20:33:06 +0000 (+0000) Subject: Fix a typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd5ebd7315830d4fa77cf37b266f5c8c5a229b24;p=clang Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309522 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/init.c b/test/Preprocessor/init.c index 791fbd6731..d1033e90bd 100644 --- a/test/Preprocessor/init.c +++ b/test/Preprocessor/init.c @@ -946,7 +946,7 @@ // AARCH64-OPENBSD:#define __INT_LEAST32_FMTd__ "d" // AARCH64-OPENBSD:#define __INT_LEAST32_FMTi__ "i" // AARCH64-OPENBSD:#define __INT_LEAST32_MAX__ 2147483647 -// AARCH64-OPENSD:#define __INT_LEAST32_TYPE__ int +// AARCH64-OPENBSD:#define __INT_LEAST32_TYPE__ int // AARCH64-OPENBSD:#define __INT_LEAST64_FMTd__ "ld" // AARCH64-OPENBSD:#define __INT_LEAST64_FMTi__ "li" // AARCH64-OPENBSD:#define __INT_LEAST64_MAX__ 9223372036854775807L