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:

odevzdal
Jiri Kosina

rodič
025dfdafe7
revize
0211a9c850
@@ -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 *);
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele