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/console.h b/inc/hf/arch/console.h index 94cbaba..5118638 100644 --- a/inc/hf/arch/console.h +++ b/inc/hf/arch/console.h
@@ -16,5 +16,5 @@ #pragma once -/** Put a single character on the console. */ +/** Puts a single character on the console. */ void arch_putchar(char c);