summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.embed2
-rw-r--r--event.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.embed b/README.embed
index b99a737..9874f0f 100644
--- a/README.embed
+++ b/README.embed
@@ -85,7 +85,7 @@ PREPROCESSOR SYMBOLS
EV_EVENT_H
Similarly to EV_H, this macro cna be used to override event.c's idea
- of where the event.h header can be found.
+ of how the event.h header can be found.
EV_USE_MONOTONIC
diff --git a/event.h b/event.h
index 392009e..4e988c6 100644
--- a/event.h
+++ b/event.h
@@ -28,8 +28,8 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _EVENT_H_
-#define _EVENT_H_
+#ifndef EVENT_H__
+#define EVENT_H__
#ifdef EV_H
# include EV_H