X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fidr.c;h=e654aebd5f807decad9b6cdacf58e1978562badd;hb=fc556fb64e3a4cdc6b764079a98e3cfb85d89c1f;hp=50be3fa9b657d95d786b02c70f507ab27807bbd3;hpb=ac14ae25b676d721b6bfcfb046dc53a9f7760d83;p=pandora-kernel.git diff --git a/lib/idr.c b/lib/idr.c index 50be3fa9b657..e654aebd5f80 100644 --- a/lib/idr.c +++ b/lib/idr.c @@ -626,7 +626,7 @@ static void __idr_remove_all(struct idr *idp) * idr_destroy(). * * A typical clean-up sequence for objects stored in an idr tree will use - * idr_for_each() to free all objects, if necessay, then idr_destroy() to + * idr_for_each() to free all objects, if necessary, then idr_destroy() to * free up the id mappings and cached idr_layers. */ void idr_destroy(struct idr *idp)