From dc8d92d487c9f71aae5a9396798568c915423699 Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Sun, 7 Jan 2007 02:03:55 +0100
Subject: [PATCH] nit

---
 lily/include/context-handle.hh | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/lily/include/context-handle.hh b/lily/include/context-handle.hh
index e32bc29cb7..2eaeaca852 100644
--- a/lily/include/context-handle.hh
+++ b/lily/include/context-handle.hh
@@ -6,13 +6,11 @@
   (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-#ifndef INTERPRETATION_CONTEXT_HANDLE_HH
-#define INTERPRETATION_CONTEXT_HANDLE_HH
+#ifndef CONTEXT_HANDLE_HH
+#define CONTEXT_HANDLE_HH
+
 #include "lily-proto.hh"
 
-/*
-  Rename me to Context_handle.
-*/
 
 class Context_handle
 {
@@ -32,5 +30,5 @@ private:
   void up (Context *);
 };
 
-#endif /* INTERPRETATION_CONTEXT_HANDLE_HH */
+#endif /* CONTEXT_HANDLE_HH */
 
-- 
2.39.5