X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=src%2Fedu%2Fberkeley%2Fsbp%2FToken.java;h=2be8f3e5c29ee913f6c85da5714466cd70d9c8ad;hp=41ef3d1401abaae141d2d2ced727183c106b1c17;hb=b0d313eb49712b23f9c71003c96f130f23a63526;hpb=72d5880c192b7fbd525c97ded4cf11e935c58cc8 diff --git a/src/edu/berkeley/sbp/Token.java b/src/edu/berkeley/sbp/Token.java index 41ef3d1..2be8f3e 100644 --- a/src/edu/berkeley/sbp/Token.java +++ b/src/edu/berkeley/sbp/Token.java @@ -19,7 +19,7 @@ public interface Token { public abstract Location getLocation(); } - /** a location within the input stream */ + /** a location *between tokens* in the input stream */ public static interface Location { public String toString(); }