diff --git a/hoot-core/src/main/cpp/hoot/core/ops/CopyMapSubsetOp.h b/hoot-core/src/main/cpp/hoot/core/ops/CopyMapSubsetOp.h
index ff37655..b1523d8 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/CopyMapSubsetOp.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/CopyMapSubsetOp.h
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef COPYMAPSUBSETOP_H
#define COPYMAPSUBSETOP_H
@@ -54,7 +54,7 @@ public:
/**
* A new map is created and the eids specified in the constructor and their depedencies will be
- * copied into the new map. The @a map will be set to point to the new map.
+ * copied into the new map. The map will be set to point to the new map.
*/
virtual void apply(OsmMapPtr& map);