]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 11 Mar 2004 21:28:49 +0000 (21:28 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 11 Mar 2004 21:28:49 +0000 (21:28 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2911 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ca65/ulabel.c

index 45f1f7da248887d910862c59674dc256307e8fe2..ee20d51db067b80ae473a265a82b83ddb270bdd0 100644 (file)
@@ -79,7 +79,7 @@ static ULabel** ULabList      = 0;    /* Array with pointers to all labels */
 
 static ULabel* NewULabel (ExprNode* Val)
 /* Create a new ULabel and insert it into the list. The function will move
- * ULabelLast, but not ULabelLastDef. The created label structure is returned.
+ * ULabLast, but not ULabLastDef. The created label structure is returned.
  */
 {
     /* Allocate memory for the ULabel structure */