Packets: Fix VariantParser invalid parser access bug
[senf.git] / Utils / Buffer.hh
index 6ce84a6..4510010 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -23,8 +23,8 @@
 /** \file
     \brief Buffer public header */
 
-#ifndef HH_Buffer_
-#define HH_Buffer_ 1
+#ifndef HH_SENF_Utils_Buffer_
+#define HH_SENF_Utils_Buffer_ 1
 
 // Custom includes
 #include "../config.hh"
@@ -53,7 +53,7 @@
         type.
 
         This macro is used when \a size is a dynamic expression and not a constant value. For constant
-        values, use \c boost::aray (or C++ builtin arrays). Depending on compiler support, this version
+        values, use \c boost::array (or C++ builtin arrays). Depending on compiler support, this version
         will try to avoid dynamic memory allocation. The type of the declared local variable \a sym is
         either pointer to \a type or array of \a type: