diff options
author | pfg <pfg@FreeBSD.org> | 2014-04-21 22:52:18 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2014-04-21 22:52:18 +0000 |
commit | 2a89efd87b0945ce884c8ce6edf83e248c8f79d0 (patch) | |
tree | ffdd6f0dc2682783b82206edbcc2c24e90d57dcd /usr.bin/sort/coll.h | |
parent | 540cea4ebc7db0a742da16bad4078a2fdfc50695 (diff) | |
download | FreeBSD-src-2a89efd87b0945ce884c8ce6edf83e248c8f79d0.zip FreeBSD-src-2a89efd87b0945ce884c8ce6edf83e248c8f79d0.tar.gz |
Various style(9) fixes and typos in grep, sort and patch.
MFC after: 3 days
Diffstat (limited to 'usr.bin/sort/coll.h')
-rw-r--r-- | usr.bin/sort/coll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/coll.h b/usr.bin/sort/coll.h index 9299742..9a70b8e 100644 --- a/usr.bin/sort/coll.h +++ b/usr.bin/sort/coll.h @@ -28,7 +28,7 @@ */ #if !defined(__COLL_H__) -#define __COLL_H__ +#define __COLL_H__ #include "bwstring.h" #include "sort.h" |