]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/ntlmauth/support_endian.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / lib / ntlmauth / support_endian.h
index e1842bbe7b73ca009bf88e4427d01b660e9bac0f..046c4b2f1d338bc99b3545e7deba2b44d8fc43d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -40,7 +40,7 @@
  * uint32_t le32toh(uint32_t);
  *
  * XXX: What about unusual byte orders like 3412 or 2143 ?
- *      Never had any problems reported, so we dont worry about them.
+ *      Never had any problems reported, so we do not worry about them.
  */
 
 #if !HAVE_HTOLE16 && !defined(htole16)