From 06349e9b96b589ec6645f5ad1f98f7368df140cb Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 30 Jul 2013 16:28:48 -0500 Subject: [PATCH] Correct a docblock, removing a reference to an old method name --- src/Rhumsaa/Uuid/Uuid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rhumsaa/Uuid/Uuid.php b/src/Rhumsaa/Uuid/Uuid.php index 824967c..73b4ad3 100644 --- a/src/Rhumsaa/Uuid/Uuid.php +++ b/src/Rhumsaa/Uuid/Uuid.php @@ -865,7 +865,7 @@ final class Uuid /** * Generate a version 1 UUID from a host ID, sequence number, and the current time. - * If $node is not given, getMacAddress() is used to obtain the hardware + * If $node is not given, we will attempt to obtain the local hardware * address. If $clockSeq is given, it is used as the sequence number; * otherwise a random 14-bit sequence number is chosen. *