From 166b7c6e4b3a15984dd738852787bd1451809bac Mon Sep 17 00:00:00 2001 From: AlonsoIbarra Date: Sat, 15 Oct 2016 10:22:21 -0500 Subject: [PATCH] Delete duplicate word "long long" in Introduction --- Documentation/HOWTO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/HOWTO b/Documentation/HOWTO index 5f042349f987a6..14328cf4cbf11e 100644 --- a/Documentation/HOWTO +++ b/Documentation/HOWTO @@ -37,7 +37,7 @@ The kernel is written using GNU C and the GNU toolchain. While it adheres to the ISO C89 standard, it uses a number of extensions that are not featured in the standard. The kernel is a freestanding C environment, with no reliance on the standard C library, so some -portions of the C standard are not supported. Arbitrary long long +portions of the C standard are not supported. Arbitrary long divisions and floating point are not allowed. It can sometimes be difficult to understand the assumptions the kernel has on the toolchain and the extensions that it uses, and unfortunately there is no