From patchwork Thu Oct 8 11:45:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Elder X-Patchwork-Id: 10020 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 3A3E0BEEE0 for ; Thu, 8 Oct 2020 11:45:34 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id B9F84605B5; Thu, 8 Oct 2020 13:45:33 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="BRcQO6S9"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id D10B760391 for ; Thu, 8 Oct 2020 13:45:31 +0200 (CEST) Received: from pyrite.rasen.tech (unknown [IPv6:2400:4051:61:600:2c71:1b79:d06d:5032]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2571559E; Thu, 8 Oct 2020 13:45:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1602157531; bh=zl2PWL4N98sznNCwrPsNIlBi7b59QJRrWIolo6hb7i0=; h=From:To:Cc:Subject:Date:From; b=BRcQO6S9mAogbIyo+iQUHLfw3swz5nuYOQzI5zeQ6DThYA817DM5VuiarW/v32MXo nhbytAtukc/Y9gmj59bS1mMueq4geLBsg6pyvf83DQcQ1aGjr4u2Fm2nBB58ZcuMZo r4LpJ3ZGssLEdRFXHgENVQ8r+c+JjSjAHRH3zdJI= From: Paul Elder To: libcamera-devel@lists.libcamera.org Date: Thu, 8 Oct 2020 20:45:22 +0900 Message-Id: <20201008114522.550670-1-paul.elder@ideasonboard.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] test: span: Fix typo describing the dynamic span test X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Signed-off-by: Paul Elder Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- test/span.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/span.cpp b/test/span.cpp index 69f0732e..d60b769c 100644 --- a/test/span.cpp +++ b/test/span.cpp @@ -106,7 +106,7 @@ protected: /* staticSpan.subspan(2, 4); */ /* - * Compile-test construction and usage of spans with static + * Compile-test construction and usage of spans with dynamic * extent. Commented-out tests are expected not to compile, or * to generate undefined behaviour. */