diff --git a/kernel/config.aphro.example b/kernel/config.aphro.example
index c987260..5023f4c 100644
--- a/kernel/config.aphro.example
+++ b/kernel/config.aphro.example
@@ -32,6 +32,7 @@ CONFIG_PREUSER_OUTPUT_FATAL=true
 # Whether to build an iso with GRUB. Used in ./build.
 CONFIG_BUILD_GRUB=true
 
-# The precision of the allocator. The size of the allocated region is divided by this to get how much to change it by each time.
+# The precision of the allocator. The size of the allocated region is divided by this to get how much to change it by each loop iteration
+# when trying to find a allocatable region.
 CONFIG_ALLOC_PRECISION=4
 # End configs
\ No newline at end of file