From 337171e41761b0b66f99f261b671214d25bb42f0 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 12 Aug 2007 23:54:15 +0000 Subject: [PATCH] Fixed the documentation. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21917 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/disk_device_manager/KPartitioningSystem.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/system/kernel/disk_device_manager/KPartitioningSystem.cpp b/src/system/kernel/disk_device_manager/KPartitioningSystem.cpp index 6bb109196a..d68818c1d1 100644 --- a/src/system/kernel/disk_device_manager/KPartitioningSystem.cpp +++ b/src/system/kernel/disk_device_manager/KPartitioningSystem.cpp @@ -274,7 +274,9 @@ KPartitioningSystem::SupportsInitializing(KPartition *partition) } // SupportsInitializingChild -//! Check whether the add-on supports initializing a child of this partition. +/*! Check whether the child partition managed by this partitioning system can + be initialized with the given disk system. +*/ bool KPartitioningSystem::SupportsInitializingChild(KPartition *child, const char *diskSystem)