From nobody Sat Apr 20 05:16:46 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) client-ip=63.128.21.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1605708604; cv=none; d=zohomail.com; s=zohoarc; b=N3THDaLMegHmTC8GT559zzQbuaDs5e2pEysRTGIJHFFfRkKUkQQQ3NCRAIFocLFtaLUz717v3j4HSRNJiVELRNEmn6ES1zHHR9dLD3tAEdD2vC+yAbEcDzt+tUYZ/QKulnAjG3w2J5SUF4cgRgsrWYxAx0YACKiQVJHtUGquOCo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1605708604; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=aFj66nBX5FXQ1FOinat7qzYgg9MsbxiCAyX83yl+swI=; b=MMiixwW2Ajn1hc3n3jPXJEqPmUc2/L7mfmh4TO843t0LS8EvCEoJnv+9787Ktnugma8j7igDSAn3vduE+gMe+3U0U73Cud9XtNs3UkaQ39oXPAnq8liK2D3yXZsXujt4Mpt/tkXAJw58j6xmj0ATqRH/oTjuoGJLEh5WABsO+po= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.zohomail.com with SMTPS id 160570860493974.13758765035755; Wed, 18 Nov 2020 06:10:04 -0800 (PST) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-122-DQzBQX0JMIGoxBS6eJQZVA-1; Wed, 18 Nov 2020 09:10:01 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id ACC6480476D; Wed, 18 Nov 2020 14:09:54 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DB6E55D9CD; Wed, 18 Nov 2020 14:09:53 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 74A4A86BE9; Wed, 18 Nov 2020 14:09:51 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 0AIE9odI011427 for ; Wed, 18 Nov 2020 09:09:50 -0500 Received: by smtp.corp.redhat.com (Postfix) id C3110179C5; Wed, 18 Nov 2020 14:09:50 +0000 (UTC) Received: from hjs.redhat.com (unknown [10.43.2.12]) by smtp.corp.redhat.com (Postfix) with ESMTP id 49A266062C for ; Wed, 18 Nov 2020 14:09:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605708603; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=aFj66nBX5FXQ1FOinat7qzYgg9MsbxiCAyX83yl+swI=; b=FHMu+eAubq9JXqxxm9BBvoU62AAmryYTh30X4/hmizu4knaO6EL9EoZwhmv78aozUI5vya 3r02OFSK9aLV2b09GhCivlG4Ea9BLlLFnKSS7EOageNGBLvMfAUzh3ubl/kbTCVNlg6V5j /CTGIjdfgyvGKczqArjweAzNnuMgO9s= X-MC-Unique: DQzBQX0JMIGoxBS6eJQZVA-1 From: =?UTF-8?q?J=C3=A1n=20Tomko?= To: libvir-list@redhat.com Subject: [libvirt PATCH] qemu_conf: fix a typo in comment Date: Wed, 18 Nov 2020 15:09:43 +0100 Message-Id: <7dc12ac2f8d626acd11ac912a2102fd39a25d812.1605708505.git.jtomko@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Ceci n'est pas un objet. Signed-off-by: J=C3=A1n Tomko Fixes: 7db61843b05a6e4295b1d2e27a3d86f162ef04a0 --- Pushed under the surreal rule. src/qemu/qemu_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c index 80ff18204e..83de26ab56 100644 --- a/src/qemu/qemu_conf.c +++ b/src/qemu/qemu_conf.c @@ -1391,7 +1391,7 @@ virCapsPtr virQEMUDriverCreateCapabilities(virQEMUDri= verPtr driver) * driver. If @refresh is true, the capabilities will be * rebuilt first * - * The caller must release the reference with virObjetUnref + * The caller must release the reference with virObjectUnref * * Returns: a reference to a virCapsPtr instance or NULL */ --=20 2.26.2