]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/snmplib/asn1.c
Source Format Enforcement (#763)
[thirdparty/squid.git] / lib / snmplib / asn1.c
index f701f6a0d41d66b30f20f50138a3da003ed46f8e..155b05be2e0fa2efc9635a5c2a9bd3aa174b3856 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -658,7 +658,7 @@ asn_build_length(u_char * data, int *datalength,
 }
 
 /*
- * asn_parse_objid - pulls an object indentifier out of an ASN object
+ * asn_parse_objid - pulls an object identifier out of an ASN object
  * identifier type.
  *  On entry, datalength is input as the number of valid bytes following
  *   "data".  On exit, it is returned as the number of valid bytes
@@ -985,7 +985,7 @@ asn_build_bitstring(u_char * data, int *datalength,
 /*
  * To do: Write an asn_parse_exception function to go with the new
  * asn_build_exception function below so that the exceptional values can
- * be handled in input packets aswell as output ones.
+ * be handled in input packets as well as output ones.
  */
 
 /*