From patchwork Thu Aug 16 14:53:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Sheng-Hui X-Patchwork-Id: 1333111 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 9FCAFDFB34 for ; Thu, 16 Aug 2012 14:54:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932698Ab2HPOyL (ORCPT ); Thu, 16 Aug 2012 10:54:11 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:58023 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932331Ab2HPOyJ (ORCPT ); Thu, 16 Aug 2012 10:54:09 -0400 Received: by ggdk6 with SMTP id k6so2981668ggd.19 for ; Thu, 16 Aug 2012 07:54:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=DCjEl2MHjlSMNqhCldW8urcgcDh0m1VGe7qA6Uicsog=; b=nya3xwbIAQFglGEOfz2vKf5/ulBef5/dScNrC6TbuQZcnSbwfrqv8gqpW5zSDyeHSl eEWjGyK2Z2G1VZr167clEmWf7/9ueYIrLUUqWAsgpMXfcrAYQ09xiNnbTk4wiYaqTRfL Kpd3MMdUB4/wFuosHr4I2xHuXJV/Yy21Dx4GC5ojmfCCCAnNkdDBzXS3YeWOwOMelZKp 6kbPh87sSSPGnKcP81NsE9bG7EBv8CugUMw9VweXm8zFlMxsywSH/RrdfzqBiCHv+2Ly hDd6Ztv44l+eLNgJhi7X4CiCPL8acb3+fMg5OtzvH++rCCniXhYnFGD7+/OUtK+TKS/1 V4Jg== Received: by 10.66.89.234 with SMTP id br10mr2701942pab.25.1345128848370; Thu, 16 Aug 2012 07:54:08 -0700 (PDT) Received: from [192.168.1.103] ([122.70.29.184]) by mx.google.com with ESMTPS id b4sm2017433pbw.28.2012.08.16.07.54.05 (version=SSLv3 cipher=OTHER); Thu, 16 Aug 2012 07:54:07 -0700 (PDT) Message-ID: <502D0986.8050202@gmail.com> Date: Thu, 16 Aug 2012 22:53:58 +0800 From: Wang Sheng-Hui User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: linux-btrfs@vger.kernel.org Subject: [PATCH] btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org It should be "storing". Signed-off-by: Wang Sheng-Hui --- fs/btrfs/ctree.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 4bab807..f9289db 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -116,7 +116,7 @@ struct btrfs_ordered_sum; #define BTRFS_FREE_SPACE_OBJECTID -11ULL /* - * The inode number assigned to the special inode for sotring + * The inode number assigned to the special inode for storing * free ino cache */ #define BTRFS_FREE_INO_OBJECTID -12ULL