There was an error while loading. Please reload this page.
1 parent 9ba7afe commit c7e2562Copy full SHA for c7e2562
sbe-tool/src/main/java/uk/co/real_logic/sbe/util/ValidationUtil.java
@@ -43,7 +43,7 @@ public class ValidationUtil
43
* must have all elements be a letter or digit or '_'. The first character must not be a digit.
44
* And must not be a C keyword.
45
* <p>
46
- * http://en.cppreference.com/w/cpp/keyword
+ * http://en.cppreference.com/w/c/keyword
47
*
48
* @param value to check
49
* @return true for validity as a C name. false if not.
0 commit comments