From 37c517b03cc27512c1ceca50d2f9d40303f48b8e Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 28 Mar 2018 04:29:22 +0000 Subject: [PATCH] arch_defs.h: fix typo in comment --- arch_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_defs.h b/arch_defs.h index 8844151c..af2a06b6 100644 --- a/arch_defs.h +++ b/arch_defs.h @@ -1,4 +1,4 @@ -/* Aarch-specific definitions. */ +/* Architecture-specific definitions. */ #ifndef STRACE_ARCH_DEFS_H #define STRACE_ARCH_DEFS_H -- 2.50.1