summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/util/byteorder.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/util/byteorder.h b/lib/util/byteorder.h
index 7f7dc7960ad..036cd6d1eb2 100644
--- a/lib/util/byteorder.h
+++ b/lib/util/byteorder.h
@@ -1,18 +1,18 @@
-/*
+/*
Unix SMB/CIFS implementation.
SMB Byte handling
Copyright (C) Andrew Tridgell 1992-1998
-
+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
-
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@@ -23,7 +23,7 @@
#include "bytearray.h"
/*
- This file implements macros for machine independent short and
+ This file implements macros for machine independent short and
int manipulation
Here is a description of this file that I emailed to the samba list once:
@@ -32,7 +32,7 @@ Here is a description of this file that I emailed to the samba list once:
> looked at it, and I would have thought that you might make a distinction
> between LE and BE machines, but you only seem to distinguish between 386
> and all other architectures.
->
+>
> Can you give me a clue?
sure.