Fixed misspelled include guard.
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sun, 11 Mar 2012 21:18:58 +0000 (18:18 -0300)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sun, 11 Mar 2012 21:18:58 +0000 (18:18 -0300)
src/host/pingrotate.h

index f666d11..e4ad557 100644 (file)
@@ -18,8 +18,8 @@
  on this file might be covered by the GNU General Public License.
  */
 
-#ifndef PIN_GROTATE_H
-#define PIN_GROTATE_H
+#ifndef PING_ROTATE_H
+#define PING_ROTATE_H
 
 #include <stdint.h>