From patchwork Wed Sep 5 12:29:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Li Qiang X-Patchwork-Id: 966361 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=208.118.235.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="Uf+vEhAS"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42531F65cFz9sCn for ; Wed, 5 Sep 2018 22:29:37 +1000 (AEST) Received: from localhost ([::1]:55626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxWwB-0005Nm-OJ for incoming@patchwork.ozlabs.org; Wed, 05 Sep 2018 08:29:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxWvu-0005NS-1E for qemu-devel@nongnu.org; Wed, 05 Sep 2018 08:29:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxWvq-0001aD-Pd for qemu-devel@nongnu.org; Wed, 05 Sep 2018 08:29:17 -0400 Received: from mail-pf1-x444.google.com ([2607:f8b0:4864:20::444]:33002) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fxWvq-0001ZP-JX for qemu-devel@nongnu.org; Wed, 05 Sep 2018 08:29:14 -0400 Received: by mail-pf1-x444.google.com with SMTP id d4-v6so3423688pfn.0 for ; Wed, 05 Sep 2018 05:29:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=2JVfpvpJpWLNwrmbqlMy6LTO6mkO/emSzzl6GqRirp8=; b=Uf+vEhASwmNJbx6XjXyIuX/tIBtmI7s7HOVOL5KF03mPJzlQ8LMVy9UKyOc75DTN1R 5KOgN77ttxIFh8oIRy5OKD1jreiA/mshufjlsP1m8dk4ypTMfkvMiCmMCeoffVvFoA1L SjClp1f0O9/2aH1vmpb24HhRAlhtmoitA8HxbjlcCzDFE7r6XyNJFhuLWOTn6lnndh21 8L3OGg6N+G7Qa0qgBFDZJ94TUzrrUe/CcW2RER4CLC6I3jDmWIvPAIjEdfhfEQfg3W2Y fW1adGHtYKRSXhR0eOcwhi4GBErMFgqQ1g9u3juapivQEk3o2dey2RT4ejY7dgH5C3Zd BJ7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=2JVfpvpJpWLNwrmbqlMy6LTO6mkO/emSzzl6GqRirp8=; b=ba57e53THkz+xKF1hDo8b4EXQlfbdjZKPvQyY8A68qcmSFq3EmDki2Q882AQ7jdF/N NvL5ej2yXSDqqTHDMsau55EI1jvbUDI7RyJU2kvXHbogkLLYBUFOMVqa4wXywY9Zl0O3 xeoMoGpr1lTi+9536y0ONqOFXIPlJOvSt4xSBrbCNZTrRAZzYha7YB9sgJpFT+CKxkFm D99USWUNovT1RtHSBSx3P3gRyDIJdAeeR7orIodabb4zVkOln2fwfUPKBkeEa8Bb16Pa 9ldZ6D6zqWAKTtugX9sOH/savRr2UXESMVfa8bZ0WkNyXgBae4KitaEgQwwP/w632fPJ NGUA== X-Gm-Message-State: APzg51AD69B+smQLylxkPOZtFv7Izdlmcb7LuKyQELjevY6GOZ4ATPPe hmZkQPzmAhrDn3dtc8lgO+k= X-Google-Smtp-Source: ANB0VdaaY0Df1eg72Am9IV+srO5EPrWZzAx962u1uBUvY2myJgSYJzRQxmsnXJJdHVk1GSiyDU+a5A== X-Received: by 2002:a62:c218:: with SMTP id l24-v6mr40167489pfg.185.1536150553715; Wed, 05 Sep 2018 05:29:13 -0700 (PDT) Received: from localhost.localdomain.localdomain ([103.65.40.43]) by smtp.gmail.com with ESMTPSA id l79-v6sm3391738pfb.111.2018.09.05.05.29.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Sep 2018 05:29:13 -0700 (PDT) From: Li Qiang To: peter.maydell@linaro.org, richard.henderson@linaro.org Date: Wed, 5 Sep 2018 05:29:08 -0700 Message-Id: <1536150548-2797-1-git-send-email-liq3ea@gmail.com> X-Mailer: git-send-email 1.8.3.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::444 Subject: [Qemu-devel] [PATCH] cpu.h: fix a typo in comment X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Li Qiang , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Found by reading the code. Signed-off-by: Li Qiang --- include/qom/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/qom/cpu.h b/include/qom/cpu.h index dc130cd307..5bb94a9f86 100644 --- a/include/qom/cpu.h +++ b/include/qom/cpu.h @@ -852,7 +852,7 @@ extern CPUInterruptHandler cpu_interrupt_handler; /** * cpu_interrupt: * @cpu: The CPU to set an interrupt on. - * @mask: The interupts to set. + * @mask: The interrupts to set. * * Invokes the interrupt handler. */