]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/binio.h
Update copyright year to 2017
[lugaru.git] / Source / Utils / binio.h
index dddb214e6330289d202d45bf0806e0d9ac34f303..a20e622216c7d03d3c3150663d830ae32e3338d6 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
-Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
+Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -35,10 +35,10 @@ extern "C" {
     an optional byte-order marker (defaults to H, "host-native"),
     and a  data-type specifier.
     * when unpacking, each variable argument is a pointer to the
-    appropriate number of objects of the appropriate type.
+    appropriate number of Object::objects of the appropriate type.
     * when packing, each variable argument is an object of the
     appropriate type if the count is omitted, or a pointer to the
-    appropriate number of objects of the appropriate type if the
+    appropriate number of Object::objects of the appropriate type if the
     count is specified.
     * the buffer supplied to pack/unpack must be of sufficient length
     to hold all the data, or the behavior is unspecified.