commit | 9a6384be34ab0a75dbf839b03b1f4aed4f30a5bf | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Wed Jan 02 12:08:40 2019 +0000 |
committer | Andrew Scull <ascull@google.com> | Wed Jan 02 12:09:13 2019 +0000 |
tree | 51af297128d424eaec534b00f3aa4f86c33ed220 | |
parent | 11a4a0ca104df9962b8b309f6780aff015959561 [diff] [blame] |
Fix my lazy typos. Change-Id: I21df59fb83d3caf3e006dcdec02bdac126b7f208
diff --git a/inc/hf/arch/barriers.h b/inc/hf/arch/barriers.h index a22d1d1..f7ef46e 100644 --- a/inc/hf/arch/barriers.h +++ b/inc/hf/arch/barriers.h
@@ -23,7 +23,7 @@ void dmb(void); /** - * Ensure all explicit memory access and management instructions have completed + * Ensures all explicit memory access and management instructions have completed * before continuing. */ void dsb(void);