src/devices/mesh/mesh-wifi-interface-mac.h
changeset 4857 ddfb13420455
parent 4855 0b5980b04249
child 4865 e331ed5d3662
--- a/src/devices/mesh/mesh-wifi-interface-mac.h	Thu Mar 19 14:31:47 2009 +0300
+++ b/src/devices/mesh/mesh-wifi-interface-mac.h	Thu Mar 19 17:28:37 2009 +0300
@@ -112,9 +112,9 @@
    * 
    * This is supposed to be used by any entity managing beacon collision avoidance (e.g. Peer management protocol in 802.11s)
    * 
-   * \attention User of ShiftTBTT () must take care to not shift it to the past. 
+   * \attention User of ShiftTbtt () must take care to not shift it to the past. 
    */
-  void ShiftTBTT (Time shift);
+  void ShiftTbtt (Time shift);
   /**
    * \brief Set maximum software delay. Maximum software delay must be smaller than beacon interval.
    *