diff options
author | Sean Eric Fagan <sef@cygnus> | 1991-07-22 18:21:14 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1991-07-22 18:21:14 +0000 |
commit | 2aed990cf005e2acd775bf0e73a855aff9481a0b (patch) | |
tree | 0aad1ceb62d88c7e1b36062082b1be7015f4e858 /gprof | |
parent | 50651e5e430ba2e46f3ffae0f259e10a0a506c5d (diff) | |
download | gdb-2aed990cf005e2acd775bf0e73a855aff9481a0b.zip gdb-2aed990cf005e2acd775bf0e73a855aff9481a0b.tar.gz gdb-2aed990cf005e2acd775bf0e73a855aff9481a0b.tar.bz2 |
Fixed a typo (no '/' before a '*' in a comment)
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/sparc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/sparc.c b/gprof/sparc.c index f344cff..2fd7c65 100644 --- a/gprof/sparc.c +++ b/gprof/sparc.c @@ -1,4 +1,4 @@ -* +/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * |