···232232 * @key: Key string to lookup in btree233233 * @value: Value stored with @key234234 *235235- * On sucess, returns BEFS_OK and sets *@value to the value stored235235+ * On success, returns BEFS_OK and sets *@value to the value stored236236 * with @key (usually the disk block number of an inode).237237 *238238 * On failure, returns BEFS_ERR or BEFS_BT_NOT_FOUND.
+1-1
fs/freevxfs/vxfs_dir.h
···4141 * VxFS directory block header.4242 *4343 * This entry is the head of every filesystem block in a directory.4444- * It is used for free space managment and additionally includes4444+ * It is used for free space management and additionally includes4545 * a hash for speeding up directory search (lookup).4646 *4747 * The hash may be empty and in fact we do not use it all in the
+1-1
fs/freevxfs/vxfs_immed.c
···5454};55555656/*5757- * Adress space operations for immed files and directories.5757+ * Address space operations for immed files and directories.5858 */5959const struct address_space_operations vxfs_immed_aops = {6060 .readpage = vxfs_immed_readpage,
+1-1
fs/gfs2/recovery.c
···450450 fs_info(sdp, "jid=%u: Trying to acquire journal lock...\n",451451 jd->jd_jid);452452453453- /* Aquire the journal lock so we can do recovery */453453+ /* Acquire the journal lock so we can do recovery */454454455455 error = gfs2_glock_nq_num(sdp, jd->jd_jid, &gfs2_journal_glops,456456 LM_ST_EXCLUSIVE,
+1-1
fs/ocfs2/alloc.c
···33383338 if (insert->ins_split != SPLIT_NONE) {33393339 /*33403340 * We could call ocfs2_insert_at_leaf() for some types33413341- * of splits, but it's easier to just let one seperate33413341+ * of splits, but it's easier to just let one separate33423342 * function sort it all out.33433343 */33443344 ocfs2_split_record(inode, left_path, right_path,
+1-1
fs/ocfs2/dir.c
···12151215 down_write(&oi->ip_alloc_sem);1216121612171217 /*12181218- * Prepare for worst case allocation scenario of two seperate12181218+ * Prepare for worst case allocation scenario of two separate12191219 * extents.12201220 */12211221 if (alloc == 2)
+1-1
fs/ocfs2/ocfs1_fs_compat.h
···7777{7878/*00*/ __u32 curr_master;7979 __u8 file_lock;8080- __u8 compat_pad[3]; /* Not in orignal definition. Used to8080+ __u8 compat_pad[3]; /* Not in original definition. Used to8181 make the already existing alignment8282 explicit */8383 __u64 last_write_time;
+1-1
fs/ocfs2/suballoc.c
···646646 * sync-data inodes."647647 *648648 * Note: OCFS2 already does this differently for metadata vs data649649- * allocations, as those bitmaps are seperate and undo access is never649649+ * allocations, as those bitmaps are separate and undo access is never650650 * called on a metadata group descriptor.651651 */652652static int ocfs2_test_bg_bit_allocatable(struct buffer_head *bg_bh,
+3-3
fs/reiserfs/bitmap.c
···272272273273 /* If we don't have cached information on this bitmap block, we're274274 * going to have to load it later anyway. Loading it here allows us275275- * to make a better decision. This favors long-term performace gain275275+ * to make a better decision. This favors long-term performance gain276276 * with a better on-disk layout vs. a short term gain of skipping the277277 * read and potentially having a bad placement. */278278 if (info->free_count == UINT_MAX) {···663663664664/*665665 * Relocation based on dirid, hashing them into a given bitmap block666666- * files. Formatted nodes are unaffected, a seperate policy covers them666666+ * files. Formatted nodes are unaffected, a separate policy covers them667667 */668668static void dirid_groups(reiserfs_blocknr_hint_t * hint)669669{···688688689689/*690690 * Relocation based on oid, hashing them into a given bitmap block691691- * files. Formatted nodes are unaffected, a seperate policy covers them691691+ * files. Formatted nodes are unaffected, a separate policy covers them692692 */693693static void oid_groups(reiserfs_blocknr_hint_t * hint)694694{