diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2015-10-21 05:37:09 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2015-10-21 05:37:09 +0000 |
commit | 463a577b274c9523cb72f534d42e7efa4d8e1c3d (patch) | |
tree | 1149682a8773189b3c623000a582961e7e382c47 /usr.bin/dtc/dtb.hh | |
parent | d82fd861a14a622047697f4a04f642ef6176b961 (diff) |
Fix a ton of speelling errors
arc lint is helpful
Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com
Differential Revision: https://reviews.freebsd.org/D3337
Notes
Notes:
svn path=/head/; revision=289677
Diffstat (limited to 'usr.bin/dtc/dtb.hh')
-rw-r--r-- | usr.bin/dtc/dtb.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/dtc/dtb.hh b/usr.bin/dtc/dtb.hh index 2c5f39e1e549..a246e96b4d34 100644 --- a/usr.bin/dtc/dtb.hh +++ b/usr.bin/dtc/dtb.hh @@ -224,7 +224,7 @@ class asm_writer : public output_writer uint32_t bytes_written; /** - * Writes a C string directly to the ouput as-is. This is mainly used + * Writes a C string directly to the output as-is. This is mainly used * for writing directives. */ void write_string(const char *c); |