From patchwork Wed Oct 29 13:56:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zoltan Gyarmati X-Patchwork-Id: 404642 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id A9E7114008B for ; Thu, 30 Oct 2014 00:57:20 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4FD79A21D3; Wed, 29 Oct 2014 13:57:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q6Q6bBldff4R; Wed, 29 Oct 2014 13:57:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7E068A1C2F; Wed, 29 Oct 2014 13:57:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 352B51C2098 for ; Wed, 29 Oct 2014 13:57:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id EF44C33684 for ; Wed, 29 Oct 2014 13:57:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0lllM48n2peE for ; Wed, 29 Oct 2014 13:57:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by silver.osuosl.org (Postfix) with ESMTPS id 37224335B5 for ; Wed, 29 Oct 2014 13:57:14 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id d1so4658638wiv.9 for ; Wed, 29 Oct 2014 06:57:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=wZUdI0S8phbrUNokVmdgzrGv8TvO+FcdUgwLqJMnyGY=; b=0ZYUycj1i3/t3FCC7/n+3Qnvzwien/58L5eAEuGazwftm9Uj/8vBzQOpzeHTZHsDWu /fz0Xda537/w4bQbyf+trRq/iPd8bnvxePV0FKiUBsWOWMBO5zsfHeTKi83nD1TWsuEG qtjKugqAs3M0l8enMnd5KGJqOnfT9osKRsnC5FaI9k3jc+GbbZ1+YSURROolatNlHrZP 3X6DYLUj79QADmmf0eoNn9ULFnEmyPEMmVbRXqu9jTs3XJJ7WkNQ60Tr/KTtATB6ml+K xiujyTNs7gLt80bbt1ZN7JNy2E9gv2wqYUzJOmGTXeC0pFxd2us9rrZG6rRmbV/gxcL3 9jqg== X-Received: by 10.194.203.201 with SMTP id ks9mr12512543wjc.105.1414591032649; Wed, 29 Oct 2014 06:57:12 -0700 (PDT) Received: from localhost.localdomain (e181144103.adsl.alicedsl.de. [85.181.144.103]) by mx.google.com with ESMTPSA id da3sm5290661wjb.12.2014.10.29.06.57.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 29 Oct 2014 06:57:11 -0700 (PDT) From: Zoltan Gyarmati To: buildroot@buildroot.org Date: Wed, 29 Oct 2014 14:56:40 +0100 Message-Id: <1414591001-25080-1-git-send-email-mr.zoltan.gyarmati@gmail.com> X-Mailer: git-send-email 2.1.0 Subject: [Buildroot] [PATCH 1/1] fix minor typo in kexec description X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Zoltan Gyarmati --- package/kexec/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kexec/Config.in b/package/kexec/Config.in index 0139c17..d92e6b9 100644 --- a/package/kexec/Config.in +++ b/package/kexec/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_KEXEC BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el || \ BR2_powerpc || BR2_sh4 || BR2_sh4a help - Kexec is a user space utiltity for loading another kernel + Kexec is a user space utility for loading another kernel and asking the currently running kernel to do something with it. https://www.kernel.org/pub/linux/utils/kernel/kexec/