diff --git a/MAC/APL/PAC/CAL_Protocol/include/APL/CAL_Protocol/AntennaArrayData.h b/MAC/APL/PAC/CAL_Protocol/include/APL/CAL_Protocol/AntennaArrayData.h
index d6ef1049f3345de2cfa14a26e727b5f80364bd83..0278f664b9c1a08ed71127341ac77c356bb9ef16 100644
--- a/MAC/APL/PAC/CAL_Protocol/include/APL/CAL_Protocol/AntennaArrayData.h
+++ b/MAC/APL/PAC/CAL_Protocol/include/APL/CAL_Protocol/AntennaArrayData.h
@@ -63,7 +63,7 @@ namespace LOFAR {
 
       /**
        * Get the geographical location of the array.
-       * @return 1-d array with 3 values for latitude, longitude and height.
+       * @return 1-d array with 3 values for longitude, latitude and height.
        */
       const blitz::Array<double, 1>& getGeoLoc() const { return m_geoloc; }