]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/squashfs/cache.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / fs / squashfs / cache.c
index 26b15ae34d6ff8a9bdd1a3646a70af357155991d..c37b520132fff1328e30355cef188ff031ec3cbf 100644 (file)
@@ -104,7 +104,7 @@ struct squashfs_cache_entry *squashfs_cache_get(struct super_block *sb,
                        entry = &cache->entry[i];
 
                        /*
-                        * Initialise choosen cache entry, and fill it in from
+                        * Initialise chosen cache entry, and fill it in from
                         * disk.
                         */
                        cache->unused--;
@@ -286,7 +286,7 @@ cleanup:
 
 
 /*
- * Copy upto length bytes from cache entry to buffer starting at offset bytes
+ * Copy up to length bytes from cache entry to buffer starting at offset bytes
  * into the cache entry.  If there's not length bytes then copy the number of
  * bytes available.  In all cases return the number of bytes copied.
  */