src/Pure/PIDE/document.ML
changeset 55799 a1a8378bda42
parent 55798 985bd3a325ab
child 56208 06cc31dff138
--- a/src/Pure/PIDE/document.ML	Fri Feb 28 11:46:54 2014 +0100
+++ b/src/Pure/PIDE/document.ML	Fri Feb 28 11:48:14 2014 +0100
@@ -219,7 +219,7 @@
 
 (** main state -- document structure and execution process **)
 
-type blob_digest = (string * string option) Exn.result;  (* file name, raw digest*)
+type blob_digest = (string * string option) Exn.result;  (* file node name, raw digest*)
 
 type execution =
  {version_id: Document_ID.version,  (*static version id*)