tuned comment;
authorwenzelm
Fri, 28 Feb 2014 11:48:14 +0100
changeset 55799 a1a8378bda42
parent 55798 985bd3a325ab
child 55800 d3c9fa520689
tuned comment;
src/Pure/PIDE/document.ML
--- 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*)