From c1c6ad65a580186525ddca5b0d46b4b802411967 Mon Sep 17 00:00:00 2001 From: Robert Norton <1412774+rmn30@users.noreply.github.com> Date: Fri, 24 Mar 2023 17:41:20 +0000 Subject: [PATCH] Update tests/isa-test.cc Co-authored-by: Nathaniel Filardo <105816689+nwf-msr@users.noreply.github.com> --- tests/isa-test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/isa-test.cc b/tests/isa-test.cc index 58d5b72b..d9fc58c5 100644 --- a/tests/isa-test.cc +++ b/tests/isa-test.cc @@ -483,7 +483,7 @@ namespace } /** - * Run a test where we attempt a capability store of a capability to a local + * Run a test where we attempt a capability store of a local capability to a * int into a global int*. The capability base for the store is passed * through `baseFilter` and the stored capability through `dataFilter`. * Optionally assert that we receive CHERI fault `expectedFault`. The fault