X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fzpool.c;h=6d9ed48141e562129cd05089e5219c7e05e6249e;hb=fd931b2e234a7cc451a7bbb1965d6ce623189158;hp=5ed71207ced7336940f3690b5350cf9826103bcb;hpb=7f3d08b255d1806502e45fe70ca2ba9646eb3aa1;p=linux-2.6-microblaze.git diff --git a/mm/zpool.c b/mm/zpool.c index 5ed71207ced7..6d9ed48141e5 100644 --- a/mm/zpool.c +++ b/mm/zpool.c @@ -336,7 +336,7 @@ int zpool_shrink(struct zpool *zpool, unsigned int pages, * This may hold locks, disable interrupts, and/or preemption, * and the zpool_unmap_handle() must be called to undo those * actions. The code that uses the mapped handle should complete - * its operatons on the mapped handle memory quickly and unmap + * its operations on the mapped handle memory quickly and unmap * as soon as possible. As the implementation may use per-cpu * data, multiple handles should not be mapped concurrently on * any cpu.