summaryrefslogtreecommitdiff
path: root/kern/refcount.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/refcount.h')
-rw-r--r--kern/refcount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/refcount.h b/kern/refcount.h
index 7fd6cdf..c527547 100644
--- a/kern/refcount.h
+++ b/kern/refcount.h
@@ -65,6 +65,6 @@ typedef struct RefCount RefCount;
if (new_value == 0) { func; } \
MACRO_END
-#endif
+#endif /* MACHINE_REFCOUNT */
#endif _KERN_REFCOUNT_H_