diff options
Diffstat (limited to 'kernel/include/linux/proportions.h')
-rw-r--r-- | kernel/include/linux/proportions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/include/linux/proportions.h b/kernel/include/linux/proportions.h index 00e8e8fa7..21221338a 100644 --- a/kernel/include/linux/proportions.h +++ b/kernel/include/linux/proportions.h @@ -1,7 +1,7 @@ /* * FLoating proportions * - * Copyright (C) 2007 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com> + * Copyright (C) 2007 Red Hat, Inc., Peter Zijlstra * * This file contains the public data structure and API definitions. */ @@ -33,7 +33,7 @@ struct prop_global { /* * global proportion descriptor * - * this is needed to consitently flip prop_global structures. + * this is needed to consistently flip prop_global structures. */ struct prop_descriptor { int index; |