1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Fix inaccuracy in comments.

This commit is contained in:
Patrick Thomson 2018-10-18 17:12:49 -04:00
parent efde121720
commit 99af3a1799

View File

@ -15,7 +15,7 @@ import Development.GitRev
import Paths_semantic (version)
-- The SHA1 hash of this build of semantic.
-- If compiled as a development build, this will be all zeroes.
-- If compiled as a development build, this will be @<development>@.
buildSHA :: String
#ifdef COMPUTE_GIT_SHA
buildSHA = $(gitHash)