From 65fe192712319873f3ca211b3d7d7e067b6c265b Mon Sep 17 00:00:00 2001 From: Mark Einon Date: Tue, 6 Dec 2011 23:18:14 +0000 Subject: [PATCH] --- yaml --- r: 280481 b: refs/heads/master c: a469ebd56f8bee8d5352b1a284ea39d23ba02430 h: refs/heads/master i: 280479: 459fd3721a49c74f76f9cd92d86ec676a5e7f4b6 v: v3 --- [refs] | 2 +- trunk/include/linux/types.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index fbe774c26071..923fd2d43447 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 819a693b5a503788a7af54a3d95c4857780a7230 +refs/heads/master: a469ebd56f8bee8d5352b1a284ea39d23ba02430 diff --git a/trunk/include/linux/types.h b/trunk/include/linux/types.h index 57a97234bec1..cbcef6ebeba9 100644 --- a/trunk/include/linux/types.h +++ b/trunk/include/linux/types.h @@ -188,7 +188,7 @@ typedef __u32 __bitwise __wsum; * aligned_u64 should be used in defining kernel<->userspace ABIs to avoid * common 32/64-bit compat problems. * 64-bit values align to 4-byte boundaries on x86_32 (and possibly other - * architectures) and to 8-byte boundaries on 64-bit architetures. The new + * architectures) and to 8-byte boundaries on 64-bit architectures. The new * aligned_64 type enforces 8-byte alignment so that structs containing * aligned_64 values have the same alignment on 32-bit and 64-bit architectures. * No conversions are necessary between 32-bit user-space and a 64-bit kernel.