From 8a0d571192ae7ac853fcae5ee4702c821401c6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 7 Jun 2004 01:33:39 +0000 Subject: [PATCH] That word might even exist, who knows? git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7785 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/device_manager/probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/core/device_manager/probe.c b/src/kernel/core/device_manager/probe.c index 9ecebab43e..cf63c2b011 100644 --- a/src/kernel/core/device_manager/probe.c +++ b/src/kernel/core/device_manager/probe.c @@ -417,7 +417,7 @@ notify_dynamic_consumer(pnp_node_info *node, const char *pattern, TRACE(("notify_dynamic_consumer(pattern=%s, has_normal_driver=%d)\n", pattern, *has_normal_driver)); - // we need three buffers - allocate them at once for simpliness + // we need three buffers - allocate them at once for simplicity buffers = malloc(3 * (PATH_MAX + 1)); if (buffers == NULL) return B_NO_MEMORY;