trivial: fix an -> a typos in documentation and comments

It is always "an" if there is a vowel _spoken_ (not written).
So it is:
"an hour" (spoken vowel)
but
"a uniform" (spoken 'j')

Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Tento commit je obsažen v:
Frederik Schwarzer
2008-12-29 22:14:56 +01:00
odevzdal Jiri Kosina
rodič 025dfdafe7
revize 0211a9c850
20 změnil soubory, kde provedl 24 přidání a 24 odebrání

Zobrazit soubor

@@ -2254,7 +2254,7 @@ static int calculate_sizes(struct kmem_cache *s, int forced_order)
* Add some empty padding so that we can catch
* overwrites from earlier objects rather than let
* tracking information or the free pointer be
* corrupted if an user writes before the start
* corrupted if a user writes before the start
* of the object.
*/
size += sizeof(void *);